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 5ca838e543e5ea9196728084365be63575f9214e
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Tue Jul 21 23:47:25 2015 +0200

    Drop the "|| [ $? = 128 ]", it was just there to catch the case of an 
already existing repo
---
 scripts/alioth-repo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/alioth-repo b/scripts/alioth-repo
index 76683a7..b1b721b 100755
--- a/scripts/alioth-repo
+++ b/scripts/alioth-repo
@@ -65,7 +65,7 @@ if git remote | egrep -q '^origin$'; then
         exit 1;
     fi
 else
-    git remote add origin ssh://git.debian.org/git/pkg-perl/packages/$PKG.git 
|| [ $? = 128 ]
+    git remote add origin ssh://git.debian.org/git/pkg-perl/packages/$PKG.git
 fi
 
 git push --all origin --set-upstream

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