--- trunk/mage/usr/lib/mage/mage.rc.global 2005/09/09 16:35:46 226 +++ trunk/mage/usr/lib/mage/mage.rc.global 2005/12/01 12:41:31 288 @@ -1,4 +1,4 @@ -# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.1 2005-09-09 16:35:46 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.2 2005-12-01 12:41:31 niro Exp $ # # mage.rc.global - global configuration file for mage # will be overidden by /etc/mage.rc @@ -25,6 +25,7 @@ MAGEDEBUG="off" ARCH="i686" : ${MAGE_UNINSTALL_TIMEOUT="5"} +PACKAGES_SERVER_PATH="packages/${ARCH}" # default build options CHOST="${ARCH}-pc-linux-gnu" @@ -44,3 +45,13 @@ MIRRORS="http://magellan-linux.de/magellan" 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 +# internal default: MAGE_DISTRIBUTION=stable +# stable | testing | unstable +MAGE_DISTRIBUTION=stable