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 2045 by niro, Fri Feb 1 10:27:33 2013 UTC branches/mage-next/conf/mage.rc.global.in revision 2542 by niro, Wed Jan 29 11:35:38 2014 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 116  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 118  WGET_FETCH_OPTIONS="--passive-ftp --trie
118  #          * Enable distcc support in smage  #          * Enable distcc support in smage
119  #          * distcc must be installed to use this feature  #          * distcc must be installed to use this feature
120  #          * For developers only  #          * For developers only
121    #      icecc|!icecc
122    #          * Enable icecc support in smage
123    #          * icecream must be installed to use this feature
124    #          * For developers only
125  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
126  #          * Automatically unpacks any kernel-source tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
127  #      libtool|!libtool  #      libtool|!libtool
# Line 173  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.2045  
changed lines
  Added in v.2542