No description
Find a file
2018-10-23 13:20:55 +03:00
abf Be py3-ready 2018-10-23 13:20:55 +03:00
configs Added templates for rosa2014.1 mock-urpm builds 2014-10-06 15:43:46 +04:00
po Correclty report an error when requested repository doesn't exist 2017-01-29 12:06:41 +03:00
abf.py Drop auto-resolve of commit hash 2018-10-23 13:16:48 +03:00
abfcd.sh new features: locate, abfcd 2012-10-25 15:26:22 +04:00
bash_autocomplete Support API option "external_nodes" for starting build 2015-04-01 18:00:09 +03:00
Makefile rpmbuild 2012-12-13 14:59:34 +04:00
README help was updated, git hash resolving via api 2012-10-12 15:03:56 +04:00

INTRO

Console client lets you work with ABF without web-interface. It can manage git repositories, check build-task status, create new build-task and so on.

BUILD

--arch (-a), can be set more than once.

Architecture to build with. If not set, 

--save-to-repository (-s)
Repository to save built packages to. Packages will be published here.


--commit (-c), --branch (-b) and --tag (-t)

API takes git commit hash to build. So client have to resolve it.
1) If you've specified hash - it will be used "as is".
2) If you've specified branch or tag name - it will be resolved automatically using ABF API. (the hash of top commit will be used for branch)
3) If you've specified no git commit related options and you've specified a project name - this project's default branch will be used.
4) If you've specified no git commit related options and you've not specified a project name (you have to be in a git repository) - the top remote commit of your current branch will be used.