--- trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:55:36 1555 +++ trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:58:02 1556 @@ -33,13 +33,6 @@ VERBOSE="on" MAGEDEBUG="off" : ${MAGE_UNINSTALL_TIMEOUT="3"} -PACKAGES_SERVER_PATH="packages/${ARCH}" - -# Default fetch options for rsync -RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after" - -# Default fetch options for wget -WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar" # Arch specific options and build flags ARCH="i686" @@ -76,6 +69,12 @@ KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable" RSYNC="rsync://magellan-linux.de/mage-ix86" SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs" +PACKAGES_SERVER_PATH="packages/${ARCH}" + +# Default fetch options for rsync +RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after" +# Default fetch options for wget +WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar" # enables on-the-fly regeneration of the mage tree via smage2 files. # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.