[pkg-perl-tools] 01/01: Slightly reword the warning if a proper origin is already present

Axel Beckert abe at deuxchevaux.org
Tue Jul 21 21:54:33 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 5ae8ad25450217d71b5b6e3d95e97c1b3c73390b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Jul 21 23:53:46 2015 +0200

    Slightly reword the warning if a proper origin is already present
---
 scripts/alioth-repo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/alioth-repo b/scripts/alioth-repo
index b1b721b..b7a506c 100755
--- a/scripts/alioth-repo
+++ b/scripts/alioth-repo
@@ -58,7 +58,7 @@ fi
 if git remote | egrep -q '^origin$'; then
     if git remote -v | egrep "^origin[[:space:]].*git\.debian.org.*/git/pkg-perl/packages/$PKG\.git\b.*\(push\)$"; then
         echo 'A remote called "origin" already exists and looks like the right one.' 1>&2
-        echo 'Skipping creation and addition of the remote repository.' 1>&2
+        echo 'Skipping the addition of a remote repository named "origin".' 1>&2
     else
         echo "A remote called \"origin\" already exists and doesn't look right. Aborting." 1>&2
         echo 'You may want to rename it with "git remote rename origin origin-old".' 1>&2

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