export: handle new gbp return value
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 21 Sep 2012 07:29:25 +0000 (10:29 +0300)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 21 Sep 2012 13:14:53 +0000 (21:14 +0800)
commitd64065c15ee1c258831def65b868edd19c327a2d
tree72dbb79f9175e84a7d7315356284f47dc8c113d2
parent06ae62b56fb95058c435672c655c6c28581eecb0
export: handle new gbp return value

GBP now distinguishes tarball/patch generation errors from other errors.
Fixes a problem where GBS thought that all GBP errors where related to
tarball/patch generation, and, possibly printed a misleading warning and
re-tried GBP export in vain.

See #382.

Change-Id: If2128c5dbc49bae6fb597770d9452e2f93713982
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gitbuildsys/cmd_export.py