--- trunk/mage/usr/lib/mage/mage.rc.global 2009/05/08 07:06:12 859 +++ trunk/mage/usr/lib/mage/mage.rc.global 2011/07/25 12:02:16 1437 @@ -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" @@ -55,12 +60,7 @@ RSYNC="rsync://magellan-linux.de/mage-ix86" SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs" -# old distribution settings -# only for compat; will disapear soon -#USE_TESTING=true -#USE_UNSTABLE=true - -# new distribution settings +# distribution settings # internal default: MAGE_DISTRIBUTION=stable # stable | testing | unstable : ${MAGE_DISTRIBUTION="stable"} @@ -68,10 +68,14 @@ # 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. #REGEN_MAGE_TREE=true -#MAGE_TREE_DEST="${MAGEDIR}" +MAGE_TREE_DEST="${MAGEDIR}" # creates on-the-fly source-tarballs when building packages with smage2 #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