[pkg-perl-tools] 01/04: scripts/upstream-repo: don't create files with -u

gregor herrmann gregoa at debian.org
Thu Jun 30 12:52:32 UTC 2016


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 <gregoa at 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



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