[pkg-perl-tools] 01/01: Also push git notes with "dpt push"

Axel Beckert abe at deuxchevaux.org
Sat May 23 10:54:16 UTC 2015


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

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

commit 2ea841e7cdc121b55abf6b84b899e48bcf7510ad
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat May 23 12:38:21 2015 +0200

    Also push git notes with "dpt push"
    
    This is thought to be helpful for use with Niko Tyni's
    git-debcherry variant (see #784159).
    
    Functionality still needs to be verified as soon as Niko's patch has
    been applied to git-debcherry.
---
 debian/changelog | 6 ++++++
 scripts/push     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 800234f..9c288bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 pkg-perl-tools (0.21) UNRELEASED; urgency=medium
 
+  TODO: "dpt push" with notes still needs to be tested.
+
   [ Salvatore Bonaccorso ]
   * examples/b: Use buildpackage subcomand for gbp in case git directory
     is present
@@ -9,6 +11,10 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
     This passes -d ("Do not check build dependencies and conflicts.") to
     dpkg-buildpackage.
 
+  [ Axel Beckert ]
+  * Also push git notes with "dpt push" for use with Niko Tyni's
+    git-debcherry variant (see #784159)
+
  -- Salvatore Bonaccorso <carnil at debian.org>  Wed, 29 Apr 2015 06:53:12 +0200
 
 pkg-perl-tools (0.20) unstable; urgency=medium
diff --git a/scripts/push b/scripts/push
index 1138aa5..566796c 100755
--- a/scripts/push
+++ b/scripts/push
@@ -48,7 +48,7 @@ read_gbp_conf() {
 
 REFS="$(get_from_gbp debian branch)"
 
-for r in $(get_from_gbp upstream branch) pristine-tar; do
+for r in $(get_from_gbp upstream branch) pristine-tar refs/notes/commits; do
     if git rev-parse --verify --quiet $r > /dev/null; then
         REFS="$REFS $r"
     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