Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1683 - (hide annotations) (download)
Mon Feb 6 10:18:43 2012 UTC (12 years, 3 months ago) by niro
File size: 3595 byte(s)
-removed description of pkgbuild feature, which is internal only and should not changed by normal user
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     #
12     # autosvc|!autosvc
13     # * Automatically start/stop/restarts services on installation
14     # buildlog|!buildlog
15     # * Enables logging of smage builds
16     # * Currently for src_pepare, src_compile, src_install functions only
17     # * For developers only
18     # ccache|!ccache
19     # * Enable ccache support in smage
20     # * ccache must be installed to use this feature
21     # * For developers only
22     # check|!check
23     # * Runs the check function src_check() after completing src_compile()
24     # * For developers only
25     # compressdoc|!compressdoc
26     # * Enables compression of man, info and other doc files for minimizing diskspace usage
27     # * For developers only
28     # debug|!debug
29     # * Enables or disables debug mode
30     # * Do not touch this feature if you don't know what you are doing
31     # * The debug mode may break things like resolving dependencies
32     # * For developers only
33     # distcc|!distcc
34     # * Enable distcc support in smage
35     # * distcc must be installed to use this feature
36     # * For developers only
37     # kernelsrcunpack|!kernelsrcunpack
38 niro 1682 # * Automatically unpacks any kernel-source tarballs to /usr/src
39 niro 1607 # libtool|!libtool
40     # * Includes .la libtool archives in builded packages, to remove them set !libtool
41     # * For developers only
42     # linuxsymlink|!linuxsymlink
43     # * Automatically updates the /usr/src/linux symlink to the installed kernel-sources version
44     # * Requires the kernelsrcunpack feature to be activated
45     # purge|!purge
46     # * 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
48     # * For developers only
49     # qalint|!qalint
50     # * Quality assurance checks will be run while building a package
51     # * Magellan lint utilities must be installed to use this feature
52     # * Only enable this feature for QA purposes only,
53     # * pkgbuild may fail even on non-fatal errors and warnings
54     # * For developers only
55     # regentree|!regentree
56     # * 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
58     # * For developers only
59 niro 1638 # 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 niro 1607 # stepbystep|!stepbystep
66     # * Enables step-by-step execution of the smage-file for debugging
67     # * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
68     # * For developers only
69     # strip|!strip
70     # * Enables stripping to remove debugging symbols of resulting binaries
71     # * For developers only
72     # verbose|!verbose
73     # * Enables or disables verbose mode
74     #
75     # To individually change these features within a smage file, you can use the msetfeature() function
76     #
77     #MAGE_FEATURES=( "autosvc" "ccache" "distcc" "verbose" )

Properties

Name Value
svn:executable *