New option for creating a git-meta file
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 1 Apr 2014 11:51:58 +0000 (14:51 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 1 Apr 2014 12:15:14 +0000 (15:15 +0300)
commite6764abc191888adf4b31c9d865958c5acba5e88
treed769f89c6f290de44055b265dcc825928b6ed708
parentaa018abf53aff1bd7a14e513e38375604597ce8c
New option for creating a git-meta file

Add a new 'git-meta' option for writing metadata about the exported
treeish into a text file in json format. The argument for the option is
the filename to write into.

NOTE! Be careful with the filename: the service fails if the filename
already exists in the exported files.

Change-Id: I7e7c1ce6559ac7ef27ea5fda1619c280cdcc76f0
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
obs_service_gbp/command.py
tests/test_obs_service_gbp.py