Magellan Linux

Contents of /tags/mage-0_4_12/etc/mage.rc.example

Parent Directory Parent Directory | Revision Log Revision Log


Revision 877 - (show annotations) (download)
Thu May 21 19:21:26 2009 UTC (14 years, 11 months ago) by niro
File size: 1835 byte(s)
tagged 'mage-0_4_12'
1 PKGDIR="/var/cache/mage/packages"
2 BUILDDIR="/var/tmp/magebuild"
3 INSTALLDB="/var/db/mage"
4 MAGEDIR="/usr/mage"
5 VERBOSE="on"
6 MAGEDEBUG="off"
7 ARCH=i686
8
9 MIRRORS="http://magellan-linux.de/magellan"
10 RSYNC="rsync://magellan-linux.de/mage-ix86"
11
12
13 # for developers or source-install only:
14 #BINDIR="${BUILDDIR}/builded"
15 #CHOST="${ARCH}-pc-linux-gnu"
16 #CFLAGS="-mtune=${ARCH} -O2 -pipe"
17 #CXXFLAGS="${CFLAGS}"
18
19 # smage2 directories
20 #SOURCEDIR="/var/cache/mage/sources"
21 #SRCPKGDIR="/var/cache/mage/packages/sources"
22 #SMAGESCRIPTSDIR="/var/cache/mage/smage"
23 #SMAGE2RSYNC="rsync://magellan-linux.de/smage-ix86"
24
25 # enable ccache support; make sure you have dev-util/ccache installed.
26 #SMAGE_USE_CCACHE=true
27
28 # enable distcc support; make sure you have dev-util/distcc installed.
29 #SMAGE_USE_DISTCC=true
30
31 # you can either put your hosts here or use distcc-config,
32 # or export them into environment.
33 #DISTCC_HOSTS="192.168.0.214 192.168.0.190"
34
35 # distcc temp and state directory.
36 # when you run any distccmon-xxx you must point them to it,
37 # to be able to see any proggress.
38 # e.g.: DISTCC_DIR=/var/tmp/magebuild/.distcc distccmon-text
39 #DISTCC_DIR="${BUILDDIR}/.distcc"
40
41 # set verbose/debug mode on; you should pipe this into a logfile,
42 # rather to let syslogd manage this stuff
43 #DISTCC_VERBOSE=0 # 0=off; 1=on
44
45 # place where your distcc logfile belongs.
46 # this file may get very big; be warned.
47 #DISTCC_LOG=/var/log/distcc.log
48
49 # how many jobs will be compiled at the same time.
50 # please set this value twice to your numbers of cpus.
51 #MAKEOPTS=-j2
52
53 # enables on-the-fly regeneration of the mage tree via smage2 files.
54 # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
55 #REGEN_MAGE_TREE=true
56 #MAGE_TREE_DEST="${MAGEDIR}"
57
58 # creates on-the-fly source-tarballs when building packages with smage2
59 #CREATE_SRC_PKG_TARBALL=true

Properties

Name Value
svn:executable *