Release 0.2
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 3 May 2013 12:18:40 +0000 (15:18 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 3 May 2013 12:23:48 +0000 (15:23 +0300)
Change-Id: Ide0dacea0fc1c8cd93e940776d571b69ae094e58
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
packaging/obs-service-git-buildpackage.changes
packaging/obs-service-git-buildpackage.spec

index 3cad5a95216cb0b9e9406558bf70ee3f96e6e768..6439fddd4927bf730c341678849c2ead6d8ebcbd 100644 (file)
@@ -1,3 +1,24 @@
+* Fri May 03 2013 Markus Lehtonen <markus.lehtonen@linux.intel.com> 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 <markus.lehtonen@linux.intel.com> 8092a5a
 - setup.py: parse version from spec
 - tests: enable xml nose report in config
index 862d7a000a36347bc7708f09baa0a0561d9b08c6..11e6bc51d9964afc67c0965f052a25ac096e56f5 100644 (file)
@@ -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