[DRE-commits] [pkg-ruby-extras] 03/03: update checkout command in .mrconfig

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Mar 2 20:55:22 UTC 2016


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

terceiro pushed a commit to branch quick-start
in repository pkg-ruby-extras.

commit f86e915fdf91a861b7c81ba7db84f4875cc371d4
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Mar 2 17:50:03 2016 -0300

    update checkout command in .mrconfig
---
 .mrconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mrconfig b/.mrconfig
index 100a4ef..34e4ce1 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -4,7 +4,7 @@ lib=
         echo "I: $1"
       }
       git_checkout () {
-        git clone git+ssh://git.debian.org/git/pkg-ruby-extras/$1.git &&
+	(git clone git+ssh://git.debian.org/git/pkg-ruby-extras/$1.git || git clone https://anonscm.debian.org/git//git/pkg-ruby-extras/$1.git) &&
         cd $1 &&
         { git branch --track upstream remotes/origin/upstream || true; } &&
         { git branch --track pristine-tar remotes/origin/pristine-tar || true; } &&

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list