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 1681 by niro, Mon Feb 6 10:16:56 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 63  RSYNC="rsync://magellan-linux.de/mage-ix Line 62  RSYNC="rsync://magellan-linux.de/mage-ix
62  #          * Automatically import packages in the mage-tree after building with smage  #          * Automatically import packages in the mage-tree after building with smage
63  #          * 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
64  #          * For developers only  #          * For developers only
65    #      srcpkgbuild|!srcpkgbuild
66    #          * Enable this to create source-tarballs on-the-fly when building packages
67    #          * For developers only
68    #      static|!static
69    #          * Let mconfigure() enable or disable compilation of static libraries
70    #          * For developers only
71  #      stepbystep|!stepbystep  #      stepbystep|!stepbystep
72  #          * Enables step-by-step execution of the smage-file for debugging  #          * Enables step-by-step execution of the smage-file for debugging
73  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
74  #          * For developers only  #          * For developers only
 #      srcpkgbuild|!srcpkgbuild  
 #          * Enable this to create source-tarballs on-the-fly when building packages  
 #          * For developers only  
75  #      strip|!strip  #      strip|!strip
76  #          * Enables stripping to remove debugging symbols of resulting binaries  #          * Enables stripping to remove debugging symbols of resulting binaries
77  #          * For developers only  #          * For developers only

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