--- trunk/mage/usr/lib/mage/mage.rc.global 2006/07/17 20:52:38 386 +++ trunk/mage/usr/lib/mage/mage.rc.global 2006/12/29 23:44:27 407 @@ -1,4 +1,4 @@ -# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.4 2006-07-17 20:52:38 niro Exp $ +# $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 $ # # mage.rc.global - global configuration file for mage # will be overidden by /etc/mage.rc @@ -6,6 +6,7 @@ ## default locations PKGDIR="/var/cache/mage/packages" +SRCPKGDIR="/var/cache/mage/packages/sources" BUILDDIR="/var/tmp/magebuild" INSTALLDB="/var/db/mage" MAGEDIR="/usr/mage" @@ -56,3 +57,11 @@ # 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 +#MAGE_TREE_DEST="${MAGEDIR}" + +# creates on-the-fly source-tarballs when building packages with smage2 +#CREATE_SRC_PKG_TARBALL=true