--- trunk/mage/usr/lib/mage/mage.rc.global.in 2012/01/13 20:51:18 1648 +++ trunk/mage/usr/lib/mage/mage.rc.global.in 2012/01/13 21:04:02 1649 @@ -130,6 +130,10 @@ # * like virtuals and not to be a global feature. Use this with care. # * Only disable this feature, if you know what you are doing! # * For developers only +# pkgdistrotag|!pkgdistrotag +# * Appends the distribution codename-tag to the builded packages +# * Do not touch this feature, for internal use only!! +# * For developers only # purge|!purge # * Purges files specified by PURGE_TARGETS array from every package build # * Do not touch this feature if you don't know what you are doing @@ -169,4 +173,4 @@ # # To individually change these features within a smage file, you can use the msetfeature() function # -MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" ) +MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "!pkgdistrotag" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )