(no commit message)
[build.git] / mirroring / mirror.sh
index 58d9adb..7d0c26c 100755 (executable)
@@ -6,7 +6,7 @@ DIRNAME=$(dirname $0)
 
 default_url="http://localhost/mirror/"
 default_distro="f8"
-all_distros="fc4 fc6 f7 f8 f9 centos5"
+all_distros="f8 f10 f12 centos5"
 
 function check_distro () {
     local distro=$1; shift
@@ -94,7 +94,7 @@ function usage () {
     echo "Examples"
     echo "  $COMMAND -a display "
     echo "  $COMMAND -a superclean"
-    echo "  $COMMAND -a -u http://mirror.one-lab.org/ init"
+    echo "  $COMMAND -a -u http://mirror.onelab.eu/ init"
     echo "  $COMMAND -a display"
     exit 1
 }