--- trunk/mage/usr/lib/mage/mage.rc.global 2006/12/29 23:44:27 407 +++ trunk/mage/usr/lib/mage/mage.rc.global 2010/06/28 18:15:44 1085 @@ -1,4 +1,4 @@ -# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.5 2006-12-29 23:44:27 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.9 2008-09-02 20:31:54 niro Exp $ # # mage.rc.global - global configuration file for mage # will be overidden by /etc/mage.rc @@ -20,15 +20,23 @@ # set default install root to / : ${MROOT=""} +# set default user mage.rc +: ${MAGERC="/etc/mage.rc"} + # default options PKGSUFFIX="mpk" 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" @@ -45,6 +53,10 @@ # default mirrors MIRRORS="http://magellan-linux.de/magellan" +GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu" +SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge" +GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/" +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" @@ -65,3 +77,10 @@ # 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 + +# disables logging of smage builds +# currently for src_pepare, src_compile, src_install functions only +#SMAGE_BUILD_LOGGING=false