No description
Find a file
2014-11-05 14:36:36 +04:00
abf 2.1 - added chain_build 2014-11-05 14:36:36 +04:00
configs Added templates for rosa2014.1 mock-urpm builds 2014-10-06 15:43:46 +04:00
po 2.1 - added chain_build 2014-11-05 14:36:36 +04:00
abf.py 2.1 - added chain_build 2014-11-05 14:36:36 +04:00
abfcd.sh new features: locate, abfcd 2012-10-25 15:26:22 +04:00
bash_autocomplete Improve autocompletion 2014-04-21 10:39:49 +04: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
VERSION 2.1 - added chain_build 2014-11-05 14:36:36 +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.