building on centos5.3
[build.git] / mirroring / mirror.sh
index df415bc..a64fb40 100755 (executable)
@@ -6,7 +6,7 @@ DIRNAME=$(dirname $0)
 
 default_url="http://localhost/mirror/"
 default_distro="f8"
-all_distros="fc4 fc6 f7 f8 centos5"
+all_distros="f8 f10 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
 }