Magellan Linux

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

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

trunk/mage/etc/mage.rc.example revision 1611 by niro, Mon Jan 9 19:43:15 2012 UTC branches/mage-next/conf/mage.rc.example revision 2573 by niro, Wed Jan 29 12:27:04 2014 UTC
# Line 8  RSYNC="rsync://magellan-linux.de/mage-ix Line 8  RSYNC="rsync://magellan-linux.de/mage-ix
8    
9  # All supported global features in mage/smage:  # All supported global features in mage/smage:
10  # You can negate any feature with a ! in front  # You can negate any feature with a ! in front
 # Please use the MAGE_FEATURES array to override these settings in local mage.rc  
11  #  #
12  #      autosvc|!autosvc  #      autosvc|!autosvc
13  #          * Automatically start/stop/restarts services on installation  #          * Automatically start/stop/restarts services on installation
# Line 35  RSYNC="rsync://magellan-linux.de/mage-ix Line 34  RSYNC="rsync://magellan-linux.de/mage-ix
34  #          * Enable distcc support in smage  #          * Enable distcc support in smage
35  #          * distcc must be installed to use this feature  #          * distcc must be installed to use this feature
36  #          * For developers only  #          * For developers only
37    #      icecc|!icecc
38    #          * Enable icecc support in smage
39    #          * icecream must be installed to use this feature
40    #          * For developers only
41  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
42  #          * Automatically unpacks any kernel-sources tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
43  #      libtool|!libtool  #      libtool|!libtool
44  #          * Includes .la libtool archives in builded packages, to remove them set !libtool  #          * Includes .la libtool archives in builded packages, to remove them set !libtool
45  #          * For developers only  #          * For developers only
46  #      linuxsymlink|!linuxsymlink  #      linuxsymlink|!linuxsymlink
47  #          * Automatically updates the /usr/src/linux symlink to the installed kernel-sources version  #          * Automatically updates the /usr/src/linux symlink to the installed kernel-sources version
48  #          * Requires the kernelsrcunpack feature to be activated  #          * Requires the kernelsrcunpack feature to be activated
 #      pkgbuild|!pkgbuild  
 #          * Enables or disables the package build process  
 #          * !buildpkg feature is only intended to be used for special-cases,  
 #          * 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  
49  #      purge|!purge  #      purge|!purge
50  #          * Purges files specified by PURGE_TARGETS array from every package build  #          * Purges files specified by PURGE_TARGETS array from every package build
51  #          * Do not touch this feature if you don't know what you are doing  #          * Do not touch this feature if you don't know what you are doing
# Line 63  RSYNC="rsync://magellan-linux.de/mage-ix Line 60  RSYNC="rsync://magellan-linux.de/mage-ix
60  #          * Automatically import packages in the mage-tree after building with smage  #          * Automatically import packages in the mage-tree after building with smage
61  #          * The target mage-tree can be defined with the MAGE_TREE_DEST variable  #          * The target mage-tree can be defined with the MAGE_TREE_DEST variable
62  #          * For developers only  #          * For developers only
63    #      srcpkgbuild|!srcpkgbuild
64    #          * Enable this to create source-tarballs on-the-fly when building packages
65    #          * For developers only
66    #      static|!static
67    #          * Let mconfigure() enable or disable compilation of static libraries
68    #          * For developers only
69  #      stepbystep|!stepbystep  #      stepbystep|!stepbystep
70  #          * Enables step-by-step execution of the smage-file for debugging  #          * Enables step-by-step execution of the smage-file for debugging
71  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
72  #          * For developers only  #          * For developers only
 #      srcpkgbuild|!srcpkgbuild  
 #          * Enable this to create source-tarballs on-the-fly when building packages  
 #          * For developers only  
73  #      strip|!strip  #      strip|!strip
74  #          * Enables stripping to remove debugging symbols of resulting binaries  #          * Enables stripping to remove debugging symbols of resulting binaries
75  #          * For developers only  #          * For developers only

Legend:
Removed from v.1611  
changed lines
  Added in v.2573