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 <a...@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

_______________________________________________
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