Magellan Linux

Annotation of /trunk/mage/etc/mage.rc.example

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1607 - (hide annotations) (download)
Tue Jan 3 20:21:41 2012 UTC (12 years, 4 months ago) by niro
File size: 4055 byte(s)
-fixed header, clean up and tell something about mage-features
1 niro 1607 # /etc/mage.rc - local mage configuration file
2     # use this file to override any settings of mage.rc.global
3     # $Id$
4 niro 24
5 niro 1607 # Default mirrors and download options
6 niro 24 MIRRORS="http://magellan-linux.de/magellan"
7     RSYNC="rsync://magellan-linux.de/mage-ix86"
8    
9 niro 1607 # All supported global features in mage/smage:
10     # You can negate any feature with a ! in front
11     # Please use the MAGE_FEATURES array to override these settings in local mage.rc
12     #
13     # autosvc|!autosvc
14     # * Automatically start/stop/restarts services on installation
15     # buildlog|!buildlog
16     # * Enables logging of smage builds
17     # * Currently for src_pepare, src_compile, src_install functions only
18     # * For developers only
19     # ccache|!ccache
20     # * Enable ccache support in smage
21     # * ccache must be installed to use this feature
22     # * For developers only
23     # check|!check
24     # * Runs the check function src_check() after completing src_compile()
25     # * For developers only
26     # compressdoc|!compressdoc
27     # * Enables compression of man, info and other doc files for minimizing diskspace usage
28     # * For developers only
29     # debug|!debug
30     # * Enables or disables debug mode
31     # * Do not touch this feature if you don't know what you are doing
32     # * The debug mode may break things like resolving dependencies
33     # * For developers only
34     # distcc|!distcc
35     # * Enable distcc support in smage
36     # * distcc must be installed to use this feature
37     # * For developers only
38     # kernelsrcunpack|!kernelsrcunpack
39     # * Automatically unpacks any kernel-sources tarballs to /usr/src
40     # libtool|!libtool
41     # * Includes .la libtool archives in builded packages, to remove them set !libtool
42     # * For developers only
43     # linuxsymlink|!linuxsymlink
44     # * Automatically updates the /usr/src/linux symlink to the installed kernel-sources version
45     # * Requires the kernelsrcunpack feature to be activated
46     # pkgbuild|!pkgbuild
47     # * Enables or disables the package build process
48     # * !buildpkg feature is only intended to be used for special-cases,
49     # * like virtuals and not to be a global feature. Use this with care.
50     # * Only disable this feature, if you know what you are doing!
51     # * For developers only
52     # purge|!purge
53     # * Purges files specified by PURGE_TARGETS array from every package build
54     # * Do not touch this feature if you don't know what you are doing
55     # * For developers only
56     # qalint|!qalint
57     # * Quality assurance checks will be run while building a package
58     # * Magellan lint utilities must be installed to use this feature
59     # * Only enable this feature for QA purposes only,
60     # * pkgbuild may fail even on non-fatal errors and warnings
61     # * For developers only
62     # regentree|!regentree
63     # * Automatically import packages in the mage-tree after building with smage
64     # * The target mage-tree can be defined with the MAGE_TREE_DEST variable
65     # * For developers only
66     # stepbystep|!stepbystep
67     # * Enables step-by-step execution of the smage-file for debugging
68     # * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
69     # * For developers only
70     # srcpkgbuild|!srcpkgbuild
71     # * Enable this to create source-tarballs on-the-fly when building packages
72     # * For developers only
73     # srcpkgtarball|!srcpkgtarball
74     # * let smage build the package from a src tarball .mpks
75     # * Do not touch this feature, for internal use only!!
76     # strip|!strip
77     # * Enables stripping to remove debugging symbols of resulting binaries
78     # * For developers only
79     # verbose|!verbose
80     # * Enables or disables verbose mode
81     #
82     # To individually change these features within a smage file, you can use the msetfeature() function
83     #
84     #MAGE_FEATURES=( "autosvc" "ccache" "distcc" "verbose" )

Properties

Name Value
svn:executable *