--- trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:52:11 1553 +++ trunk/mage/usr/lib/mage/mage.rc.global 2011/12/27 10:53:47 1554 @@ -24,6 +24,11 @@ # Set default user mage.rc : ${MAGERC="/etc/mage.rc"} +# Distribution settings +# Internal default: MAGE_DISTRIBUTION=stable +# stable | testing | unstable +: ${MAGE_DISTRIBUTION="stable"} + # Default options PKGSUFFIX="mpk" VERBOSE="on" @@ -66,11 +71,6 @@ RSYNC="rsync://magellan-linux.de/mage-ix86" SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs" -# Distribution settings -# Internal default: MAGE_DISTRIBUTION=stable -# stable | testing | unstable -: ${MAGE_DISTRIBUTION="stable"} - # 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