From: Markus Lehtonen Date: Fri, 19 Sep 2014 10:20:05 +0000 (+0000) Subject: Release and document version 0.8 X-Git-Tag: submit/devel/20190730.075437~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e6920a790504d0cccfed90e00428a42ad180b52;p=services%2Fobs-service-git-buildpackage.git Release and document version 0.8 Change-Id: I4f415301a5ebf21bb9ce06ab9f19e1d1af1c3e8b Signed-off-by: Markus Lehtonen --- diff --git a/packaging/obs-service-git-buildpackage.changes b/packaging/obs-service-git-buildpackage.changes index 8d29ffa..3dfee2c 100644 --- a/packaging/obs-service-git-buildpackage.changes +++ b/packaging/obs-service-git-buildpackage.changes @@ -1,3 +1,31 @@ +* Fri Sep 19 2014 Markus Lehtonen 0.8 +- Release version 0.8 +- repocache: use standard logging module and interface + Do not automatically use gbp-specific logging. Thus, let the user of + this module to setup logging. +- Implement repocache-adm command line tool + This command line tool is intended for managing a gbp repository cache. + It will contain functionality for e.g. checking, cleaning up and + repairing the repository cache. + The tool is supposed to be runnable on a live system. + This initial implementation only contains a rudimentary 'stat' command + for printing repocache status/statistics. +- repocache: suppress some confusing git output +- packaging: add missing dependency + The main package requires -utils subpackage. +- repocache: clean out stale submodules, too +- repocache: implement refs hack for fetching +- Add config option for git-fetch refs hack + New config file option 'repo-cache-refs-hack' for enabling the refs hack + in repocache. The option is disabled, by default. + Enabling the hack makes it possible to fetch/clone remote repositories + that have branches (refs/heads/*) that point to tag objects. This may + encountered with Gerrit repositories - "pure" Git repositories managed + by Git tools shouldn't have such branches as Git sanity checking + prevents them (which is the reason this hack is needed). +- Add an example config file +- Add README file + * Tue Jun 03 2014 Markus Lehtonen 0.7 - Release 0.7 - utils: handle child exceptions in fork_call() more gracefully diff --git a/packaging/obs-service-git-buildpackage.spec b/packaging/obs-service-git-buildpackage.spec index eb7890a..de78aeb 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 1 +%define pre_release 0 %if 0%{?pre_release} %define release_prefix 0pre%{pre_release}.