From: Markus Lehtonen Date: Wed, 5 Mar 2014 15:51:12 +0000 (+0000) Subject: Release 0.5 X-Git-Tag: submit/devel/20190730.075437~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad3bf211691afd316b177c25810a470c23a0cf0b;p=services%2Fobs-service-git-buildpackage.git Release 0.5 Change-Id: I989f52447e465ebb28ccdc4f448016fe44fd583c --- diff --git a/packaging/obs-service-git-buildpackage.changes b/packaging/obs-service-git-buildpackage.changes index d7d1b64..4b55278 100644 --- a/packaging/obs-service-git-buildpackage.changes +++ b/packaging/obs-service-git-buildpackage.changes @@ -1,3 +1,28 @@ +* Wed Mar 05 2014 Markus Lehtonen 0.5 +- Release 0.5 +- Run GBP in a separate thread +- Config option to set user/group for running GBP + Add new options to the configuration file to be able to set the + user/group under which git-buildpackage(-rpm) is being run. + This is done by spawning a child process, then changing UID/GID + and calling gbp there. +- tests: utilize ok_() and eq_() from nose tools + In order to getter better assert messages. +- Config file option for gbp tmp directory + Add a new config file option for configuring the temporary directory + that git-buildpackage uses when it is run. +- Fixes/features in repocache + * CachedRepo: make attribute variables private + * CachedRepo: implement close() method + For invalidating the object without the need of deleting it. + * MirrorGitRepository: methods for setting/getting ref + * MirrorGitRepository: fix git-fetch failure when local HEAD is invalid + Git fetch fails if local HEAD is a non-symbolic ref and points to a + non-existent object. + We get into this state in CachedRepo if the remote HEAD is invalid (e.g. + points to a non-existent branch) as we forcefully invalidate local HEAD + in this case, too. + * Tue Oct 15 2013 Markus Lehtonen 0.4 - Release 0.4 - repocache: change cached repo dir name diff --git a/packaging/obs-service-git-buildpackage.spec b/packaging/obs-service-git-buildpackage.spec index 5129ed6..a5e3d84 100644 --- a/packaging/obs-service-git-buildpackage.spec +++ b/packaging/obs-service-git-buildpackage.spec @@ -1,5 +1,5 @@ # Set to 0 if "normal release" -%define pre_release 0pre1 +%define pre_release 0 Name: obs-service-git-buildpackage License: GPL-2.0+