Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage.rc.global.in

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

revision 2159 by niro, Wed Aug 14 07:55:29 2013 UTC revision 2273 by niro, Fri Oct 25 07:40:31 2013 UTC
# Line 86  PACKAGES_SERVER_PATH="packages/${ARCH}" Line 86  PACKAGES_SERVER_PATH="packages/${ARCH}"
86  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"
87  # Default fetch options for wget  # Default fetch options for wget
88  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
89    # Default update method for the package database - 'rsync' or 'tarball' method can be selected
90    MAGE_UPDATE_METHOD="tarball"
91    
92  # All supported global features in mage/smage:  # All supported global features in mage/smage:
93  # 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 179  WGET_FETCH_OPTIONS="--passive-ftp --trie
179  #  #
180  # 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
181  #  #
182  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.2273