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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
