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

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

commit 2f76dd07bc97b812ed39b3d55a0a6019fdef259c
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Jun 30 14:32:24 2016 +0200

    scripts/upstream-repo: don't create files with -u
    
    Gbp-Dch: Ignore
---
 scripts/upstream-repo | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/upstream-repo b/scripts/upstream-repo
index e9179ba..f9a61d6 100755
--- a/scripts/upstream-repo
+++ b/scripts/upstream-repo
@@ -44,6 +44,7 @@ while getopts gu OPTS; do
                        ;;
                u)
                        UPDATE=1
+                       CREATE=0
                        ;;
                *)
                        ;;
@@ -143,6 +144,9 @@ repository.
 Update the URL of the I<upstream-repo> B<git remote>.
 The value is read from the same places as for the initial creation.
 
+B<-u> implies B<-g>, i.e. we also don't create F<debian/upstream/metadata>
+on updates.
+
 =back
 
 =head1 SEE ALSO

-- 
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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to