--- trunk/mage/usr/lib/mage/mage.rc.global 2010/02/19 19:57:56 965 +++ trunk/mage/usr/lib/mage/mage.rc.global 2010/06/28 18:15:44 1085 @@ -30,8 +30,13 @@ ARCH="i686" : ${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" + # default build options CHOST="${ARCH}-pc-linux-gnu" CFLAGS="-mtune=${ARCH} -O2 -pipe"