Magellan Linux

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

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

revision 1611 by niro, Mon Jan 9 19:43:15 2012 UTC revision 1683 by niro, Mon Feb 6 10:18:43 2012 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 36  RSYNC="rsync://magellan-linux.de/mage-ix Line 35  RSYNC="rsync://magellan-linux.de/mage-ix
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  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
38  #          * Automatically unpacks any kernel-sources tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
39  #      libtool|!libtool  #      libtool|!libtool
40  #          * Includes .la libtool archives in builded packages, to remove them set !libtool  #          * Includes .la libtool archives in builded packages, to remove them set !libtool
41  #          * For developers only  #          * For developers only
42  #      linuxsymlink|!linuxsymlink  #      linuxsymlink|!linuxsymlink
43  #          * 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
44  #          * 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  
45  #      purge|!purge  #      purge|!purge
46  #          * Purges files specified by PURGE_TARGETS array from every package build  #          * Purges files specified by PURGE_TARGETS array from every package build
47  #          * 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 56  RSYNC="rsync://magellan-linux.de/mage-ix
56  #          * Automatically import packages in the mage-tree after building with smage  #          * Automatically import packages in the mage-tree after building with smage
57  #          * 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
58  #          * For developers only  #          * For developers only
59    #      srcpkgbuild|!srcpkgbuild
60    #          * Enable this to create source-tarballs on-the-fly when building packages
61    #          * For developers only
62    #      static|!static
63    #          * Let mconfigure() enable or disable compilation of static libraries
64    #          * For developers only
65  #      stepbystep|!stepbystep  #      stepbystep|!stepbystep
66  #          * Enables step-by-step execution of the smage-file for debugging  #          * Enables step-by-step execution of the smage-file for debugging
67  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
68  #          * For developers only  #          * For developers only
 #      srcpkgbuild|!srcpkgbuild  
 #          * Enable this to create source-tarballs on-the-fly when building packages  
 #          * For developers only  
69  #      strip|!strip  #      strip|!strip
70  #          * Enables stripping to remove debugging symbols of resulting binaries  #          * Enables stripping to remove debugging symbols of resulting binaries
71  #          * For developers only  #          * For developers only

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