]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
align :)
authorRudolf Polzer <divverent@xonotic.org>
Mon, 2 Apr 2012 06:56:20 +0000 (08:56 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 2 Apr 2012 06:56:20 +0000 (08:56 +0200)
misc/tools/all/repos.subr

index aa77bb3f98b874acc6595673b5cbbe6122784107..e50e21dd3a5fe01ad643b967e61722f1a610ffbe 100644 (file)
@@ -1,19 +1,19 @@
 allmirrors()
 {
-       "$@" git '' git://git.xonotic.org/xonotic/ ''
-       "$@" http '' http://git.xonotic.org/xonotic/ ''
-       "$@" ssh '' ssh://xonotic@git.xonotic.org/ ''
+       "$@" git  ''   git://git.xonotic.org/xonotic/      ''
+       "$@" http ''   http://git.xonotic.org/xonotic/     ''
+       "$@" ssh  ''   ssh://xonotic@git.xonotic.org/      ''
 
-       "$@" ssh push ssh://xonotic@push.git.xonotic.org/ ''
+       "$@" ssh  push ssh://xonotic@push.git.xonotic.org/ ''
 
-       "$@" git de git://de.git.xonotic.org/xonotic/ ''
-       "$@" http de http://de.git.xonotic.org/xonotic/ ''
+       "$@" git  de   git://de.git.xonotic.org/xonotic/   ''
+       "$@" http de   http://de.git.xonotic.org/xonotic/  ''
 
-       "$@" git nl git://nl.git.xonotic.org/xonotic/ '*3/2'
-       "$@" http nl http://nl.git.xonotic.org/xonotic/ '*3/2'
+       "$@" git  nl   git://nl.git.xonotic.org/xonotic/   '*3/2'
+       "$@" http nl   http://nl.git.xonotic.org/xonotic/  '*3/2'
 
-       "$@" git us git://us.git.xonotic.org/xonotic/ ''
-       "$@" http us http://us.git.xonotic.org/xonotic/ ''
+       "$@" git  us   git://us.git.xonotic.org/xonotic/   ''
+       "$@" http us   http://us.git.xonotic.org/xonotic/  ''
 }
 
 allrepos()