From: Markus Lehtonen Date: Fri, 3 May 2013 12:18:40 +0000 (+0300) Subject: Release 0.2 X-Git-Tag: submit/devel/20190730.075437~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd9afc6b2b246505cccf2430493a7afc766ad51f;p=services%2Fobs-service-git-buildpackage.git Release 0.2 Change-Id: Ide0dacea0fc1c8cd93e940776d571b69ae094e58 Signed-off-by: Markus Lehtonen --- diff --git a/packaging/obs-service-git-buildpackage.changes b/packaging/obs-service-git-buildpackage.changes index 3cad5a9..6439fdd 100644 --- a/packaging/obs-service-git-buildpackage.changes +++ b/packaging/obs-service-git-buildpackage.changes @@ -1,3 +1,24 @@ +* Fri May 03 2013 Markus Lehtonen 0.2 +- gbp.conf: set tag format +- Fix gbp arguments +- Add support for Deb packages and selective building + Support for generating (exporting) Debian source package with gbp. + Also, adds new options 'rpm' and 'deb' for selecting whether to generate + rpm and/or deb packaging sources. These options are tri-state with + 'auto' trying to determine if the corresponding packaging is available. +- Support for config files + Initial support for reading service configuration from a file. For now, + there is only one configuration setting, i.e. 'repo-cache-dir'. + All configuration settings can be overridden with environment variables, + if needed. By default, the service tries to read + '/etc/obs/services/git-buildpackage' and '~/.obs/git-buildpackage'. +- tests: more isolation for test cases +- packaging: refine unit tests +- pylint fix: rename global variable logger to LOGGER +- CachedRepo: do force clean when updating working copy +- CachedRepo: do force checkout when updating working copy +- tests: run every testcase with clean orig repo + * Fri Apr 05 2013 Markus Lehtonen 8092a5a - setup.py: parse version from spec - tests: enable xml nose report in config diff --git a/packaging/obs-service-git-buildpackage.spec b/packaging/obs-service-git-buildpackage.spec index 862d7a0..11e6bc5 100644 --- a/packaging/obs-service-git-buildpackage.spec +++ b/packaging/obs-service-git-buildpackage.spec @@ -2,7 +2,7 @@ Name: obs-service-git-buildpackage License: GPL-2.0+ Group: Development/Tools/Building Summary: Get sources from a repository managed with the git-buildpackage suite -Version: 0.1 +Version: 0.2 Release: 0 URL: http://www.tizen.org Source: %{name}-%{version}.tar.bz2