Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1611 - (show annotations) (download)
Mon Jan 9 19:43:15 2012 UTC (12 years, 3 months ago) by niro
File size: 3889 byte(s)
-do not tell something about internal features
1 # /etc/mage.rc - local mage configuration file
2 # use this file to override any settings of mage.rc.global
3 # $Id$
4
5 # Default mirrors and download options
6 MIRRORS="http://magellan-linux.de/magellan"
7 RSYNC="rsync://magellan-linux.de/mage-ix86"
8
9 # 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 # strip|!strip
74 # * Enables stripping to remove debugging symbols of resulting binaries
75 # * For developers only
76 # verbose|!verbose
77 # * Enables or disables verbose mode
78 #
79 # To individually change these features within a smage file, you can use the msetfeature() function
80 #
81 #MAGE_FEATURES=( "autosvc" "ccache" "distcc" "verbose" )

Properties

Name Value
svn:executable *