Add gbs zsh completion support #693
authorLingchaoX Xin <lingchaox.xin@intel.com>
Fri, 9 Aug 2013 05:55:42 +0000 (13:55 +0800)
committerLingchaoX Xin <lingchaox.xin@intel.com>
Thu, 15 Aug 2013 10:25:25 +0000 (18:25 +0800)
commitda286a50931cff3ac8a803546a891250fecd8f0c
tree59488b983614cf0367574dc185040912c5940d59
parent79a8515788663209d48ca20f55c3038d507c70d6
Add gbs zsh completion support #693

~ $ gbs
build        -- local build package
changelog    -- update the changelog file with the git commit messages
chroot       -- chroot to build root
clone        -- clone a git repository
export       -- export files and prepare for build
import       -- import spec file/source rpm/tar ball to git repository
pull         -- update a package git repository
remotebuild  -- remote build package
submit       -- submit tag to gerrit and trigger building in OBS

~ $ gbs build -A
armv6l   armv7hl  armv7l   i586     x86_64

~ $ gbs changelog -
--conf                    -c  -- specify config file for gbs
--debug                   -d  -- debug output
--help                    -h  -- show this help message and exit
--message                 -m  -- use given message as the changelog entry
--packaging-dirdirectory      -- containing packaging files
--since                   -s  -- commit to start from
--spec                        -- specify a spec file to use. It should be a file name that GBS will find it in packaging dir
--verbose                 -v  -- verbose output
--version                 -V  -- show program's version number and exit

Change-Id: I049a3ad30cb6aed385e6c6421c594f7de421e5b8
Signed-off-by: LingchaoX Xin <lingchaox.xin@intel.com>
data/_gbs [new file with mode: 0644]
packaging/gbs.spec
setup.py