--- trunk/mage/usr/lib/mage/mage.rc.global 2009/05/08 07:06:12 859 +++ trunk/mage/usr/lib/mage/mage.rc.global 2010/06/28 18:15:44 1085 @@ -28,10 +28,15 @@ VERBOSE="on" MAGEDEBUG="off" ARCH="i686" -: ${MAGE_UNINSTALL_TIMEOUT="5"} +: ${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" @@ -74,4 +79,8 @@ #CREATE_SRC_PKG_TARBALL=true # enables step-by-step execution of the smage-file (for debugging only) -# STEP_BY_STEP=true +#STEP_BY_STEP=true + +# disables logging of smage builds +# currently for src_pepare, src_compile, src_install functions only +#SMAGE_BUILD_LOGGING=false