4f10
[build.git] / mirroring / mirror.sh
index e4b1e16..5fc0af9 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 f9 f10 centos5"
 
 function check_distro () {
     local distro=$1; shift
@@ -79,14 +79,14 @@ function usage () {
     echo "Usage $COMMAND [options] <command>"
     echo "  a help to manage the yum.repos.d template in /etc/vservers/.distributions/<distro>"
     echo "Available commands"
-    echo "  display: shows content (default if missing)"
-    echo "  init: creates /etc/vservers/.distributions/<distro>/yum.repos.d/building.repo"
-    echo "       default is to use mirror root at $default_url"
-    echo "       use -u URL to specify another location"
+    echo "  display: shows content (default if <command> is missing)"
     echo "  diff: shows diff between current and what init would do"
+    echo "  init: creates /etc/vservers/.distributions/<distro>/yum.repos.d/building.repo"
     echo "  clean: removes building.repo"
     echo "  superclean: removes yum.repos.d altogether"
     echo "Options"
+    echo "  -u URL to specify another location"
+    echo "     default is to use mirror root at $default_url"
     echo "  -f <distro> : defaults to $default_distro"
     echo "  -a : runs on all distros $all_distros"
     echo "  -0 : turns off gpgcheck"