Magellan Linux

Diff of /branches/mage-next/conf/mage.rc.global.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/mage/usr/lib/mage/mage.rc.global.in revision 2159 by niro, Wed Aug 14 07:55:29 2013 UTC branches/mage-next/conf/mage.rc.global.in revision 2806 by niro, Tue Sep 2 13:55:19 2014 UTC
# Line 17  VIRTUALDB_FILE="${INSTALLDB}/virtuals" Line 17  VIRTUALDB_FILE="${INSTALLDB}/virtuals"
17  SOURCEDIR="/var/cache/mage/sources"  SOURCEDIR="/var/cache/mage/sources"
18  BINDIR="${BUILDDIR}/builded"  BINDIR="${BUILDDIR}/builded"
19  SMAGESCRIPTSDIR="/var/cache/mage/smage"  SMAGESCRIPTSDIR="/var/cache/mage/smage"
20    SMAGELOGDIR="/var/log/smage"
21    
22  # Set default install root to /  # Set default install root to /
23  : ${MROOT=""}  : ${MROOT=""}
# Line 86  PACKAGES_SERVER_PATH="packages/${ARCH}" Line 87  PACKAGES_SERVER_PATH="packages/${ARCH}"
87  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
88  # Default fetch options for wget  # Default fetch options for wget
89  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
90    # Default update method for the package database - 'rsync' or 'tarball' method can be selected
91    MAGE_UPDATE_METHOD="tarball"
92    
93  # All supported global features in mage/smage:  # All supported global features in mage/smage:
94  # You can negate any feature with a ! in front  # You can negate any feature with a ! in front
# Line 177  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 180  WGET_FETCH_OPTIONS="--passive-ftp --trie
180  #  #
181  # To individually change these features within a smage file, you can use the msetfeature() function  # To individually change these features within a smage file, you can use the msetfeature() function
182  #  #
183  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" )  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "!icecc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "!pkgdistrotag" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )

Legend:
Removed from v.2159  
changed lines
  Added in v.2806