Release and document version 0.8
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 19 Sep 2014 10:20:05 +0000 (10:20 +0000)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 19 Sep 2014 10:20:05 +0000 (10:20 +0000)
Change-Id: I4f415301a5ebf21bb9ce06ab9f19e1d1af1c3e8b
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
packaging/obs-service-git-buildpackage.changes
packaging/obs-service-git-buildpackage.spec

index 8d29ffafd703514f4ab0058fe59834f54fe3f2a8..3dfee2c26ed393882355559b6eb16380dd38e9b7 100644 (file)
@@ -1,3 +1,31 @@
+* Fri Sep 19 2014 Markus Lehtonen <markus.lehtonen@linux.intel.com> 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 <markus.lehtonen@linux.intel.com> 0.7
 - Release 0.7
 - utils: handle child exceptions in fork_call() more gracefully
index eb7890abeb05cc4b74c6ddbc342855b04ed06598..de78aebddde5482f9451f7c41e794a5e54f7a5de 100644 (file)
@@ -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}.