Implemented --out commandline option. Fixes #200.
authorZhang Qiang <qiang.z.zhang@intel.com>
Fri, 3 Aug 2012 06:35:34 +0000 (14:35 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 3 Aug 2012 06:39:34 +0000 (14:39 +0800)
commitd7d6e8c72cea5f1626e71415b2eab19d6d6eef56
tree05091a243f5cab7fbc4617e0b7a981c3e4e5c7a8
parent267bd1abf092d43201dfb21f990a11263e9870a5
Implemented --out commandline option. Fixes #200.

--out specifies existing directory for the RPMs. gbs copies
result RPMs to it when build is finished successfully.
As build is run with root privileges we can't move RPMs because of
possible access restrictions, so we're copying them.
gitbuildsys/cmd_build.py
tools/gbs