[pkg-perl-tools] 03/03: dpt-takeover: use `dpt salsa pushrepo'

gregor herrmann gregoa at debian.org
Fri Feb 23 11:07:10 UTC 2018


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

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

commit 0bfcf116931e0b7b47a89ecf81ae3300f14338b4
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Feb 23 12:00:45 2018 +0100

    dpt-takeover: use `dpt salsa pushrepo'
    
    instead of the removed dpt-alioth-repo.
---
 debian/copyright |  2 +-
 scripts/takeover | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 2e3cb60..8a4a3c8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -144,7 +144,7 @@ License: Artistic or GPL-1+
 
 Files: scripts/takeover
 Copyright: 2008, 2009, 2013, Damyan Ivanov <dmn at debian.org>
-           2008, 2011, gregor herrmann <gregoa at debian.org>
+           2008, 2011, 2018, gregor herrmann <gregoa at debian.org>
            2008, 2009, Ryan Niebur <ryan at debian.org>
 License: Artistic or GPL-1+
 
diff --git a/scripts/takeover b/scripts/takeover
index 81a73f9..7ae3077 100755
--- a/scripts/takeover
+++ b/scripts/takeover
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Copyright: 2008, 2009, 2013, 2014 Damyan Ivanov <dmn at debian.org>
-#            2008, 2011 gregor herrmann <gregoa at debian.org>
+#            2008, 2011, 2018 gregor herrmann <gregoa at debian.org>
 #            2008, 2009, Ryan Niebur <ryan at debian.org>
 #
 # This program is free software; you can redistribute it and/or modify it
@@ -26,7 +26,7 @@ Options:
     -a #        RFA/ITA bug number (conflicts with -m)
     -g URL      Existing Git repository to clone
     -n          Local operation only. Local repository is prepared, but
-                nothing is changed on alioth.
+                nothing is changed on salsa.
     -h          show this text
 
 <package> is the source package name that we take over of. You may list more
@@ -106,7 +106,7 @@ EOF
     cd $PACKAGE
 
     if [ -z "$LOCAL" ]; then
-        dpt alioth-repo
+        dpt salsa pushrepo
     fi
 
     TXT="Take over for the Debian Perl Group"
@@ -143,11 +143,11 @@ while [ -n "${1:-}" ]; do
 done
 
 if [ -n "$LOCAL" ]; then
-    echo "Nothing pushed to alioth"
+    echo "Nothing pushed to salsa"
     echo "You may want to inspect the resulting repositories for"
     echo $PACKAGES
-    echo "and run dpt alioth-repo"
-    echo "to create the alioth repository and push the local"
+    echo "and run dpt salsa pushrepo"
+    echo "to create the salsa repository and push the local"
     echo  "repository there"
 fi
 
@@ -178,7 +178,7 @@ Next B<dpt takeover> runs C<dpt-packagecheck -a -A -C -c> to adjust the control
 fields.
 
 Finally, the resulting Git repository is pushed to the Debian collaborative
-server, L<alioth.debian.org>, unless the B<-n> option is used.
+server, L<salsa.debian.org>, unless the B<-n> option is used.
 
 =head1 OPTIONS
 
@@ -211,7 +211,7 @@ snapshot.debian.org.
 =item B<-n>
 
 Local operation. The resulting Git repository is not pushed to
-L<alioth.debian.org>.
+L<salsa.debian.org>.
 
 =back
 
@@ -219,7 +219,7 @@ L<alioth.debian.org>.
 
 Copyright 2008, 2009, 2013, 2014 Damyan Ivanov <dmn at debian.org>
 
-Copyright 2008, 2011 gregor herrmann <gregoa at debian.org>
+Copyright 2008, 2011, 2018 gregor herrmann <gregoa at debian.org>
 
 Copyright 2008, 2009, Ryan Niebur <ryan at debian.org>
 

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