Update --binary-list and add --binary-from-file two options. #720
authorHuang Hao <hao.h.huang@intel.com>
Wed, 20 Feb 2013 08:27:15 +0000 (16:27 +0800)
committerHuang Hao <hao.h.huang@intel.com>
Wed, 20 Feb 2013 09:51:21 +0000 (17:51 +0800)
commita2cf1bf7664e9dfaad7266cfe433fba4e6d357fb
treedd342f6f0dd881f1566a8f46d9dbd3281d5959fe
parent6b94a8b170d2dbe753c0b4867bebf67cd200de5d
Update --binary-list and add --binary-from-file two options. #720

Rename old --binary option to --binary-from-file and add a new
option --binary-list to accept a comma-separated string of packages
list to build.

Also remove useless option --build-all, which will always true
in gbs build. and previous logic of $buildall is wrong.

Change-Id: I73214fd58ae81d4d15616115602f5a905451892d
depanneur