[pkg-perl-tools] 01/01: checkout: fetch debcherry notes if there are any, until fixed gbp is available

Florian Schlichting fsfs at moszumanska.debian.org
Tue Aug 18 20:20:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-perl-tools.

commit d0068c74f6a143549e3984cde2a706c4729171e2
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Aug 18 22:19:52 2015 +0200

    checkout: fetch debcherry notes if there are any, until fixed gbp is available
---
 scripts/checkout | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/checkout b/scripts/checkout
index 73d17bc..a69dad3 100755
--- a/scripts/checkout
+++ b/scripts/checkout
@@ -19,9 +19,12 @@ for pkg in "$@"; do
         echo "Updating existing checkout in ${DPT_PACKAGES}/$pkg"
         cd "$pkg"
         gbp pull
+        git fetch origin refs/notes/commits:refs/notes/commits >|/dev/null 2>&1 || true
         cd - > /dev/null
     else
         gbp clone --all git+ssh://git.debian.org/git/pkg-perl/packages/$pkg.git
+        cd "$pkg"
+        git fetch origin refs/notes/commits:refs/notes/commits >|/dev/null 2>&1 || true
 
         echo "$pkg ready in ${DPT_PACKAGES}/$pkg"
     fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list