Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 404 - (show annotations) (download)
Fri Dec 29 22:47:14 2006 UTC (17 years, 4 months ago) by niro
File size: 1790 byte(s)
added --src-tarball functionality

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 #SMAGESCRIPTSDIR="/var/cache/mage/smage"
22 #SMAGE2RSYNC="rsync://magellan-linux.de/smage-ix86"
23
24 # enable ccache support; make sure you have dev-util/ccache installed.
25 #SMAGE_USE_CCACHE=true
26
27 # enable distcc support; make sure you have dev-util/distcc installed.
28 #SMAGE_USE_DISTCC=true
29
30 # you can either put your hosts here or use distcc-config,
31 # or export them into environment.
32 #DISTCC_HOSTS="192.168.0.214 192.168.0.190"
33
34 # distcc temp and state directory.
35 # when you run any distccmon-xxx you must point them to it,
36 # to be able to see any proggress.
37 # e.g.: DISTCC_DIR=/var/tmp/magebuild/.distcc distccmon-text
38 #DISTCC_DIR="${BUILDDIR}/.distcc"
39
40 # set verbose/debug mode on; you should pipe this into a logfile,
41 # rather to let syslogd manage this stuff
42 #DISTCC_VERBOSE=0 # 0=off; 1=on
43
44 # place where your distcc logfile belongs.
45 # this file may get very big; be warned.
46 #DISTCC_LOG=/var/log/distcc.log
47
48 # how many jobs will be compiled at the same time.
49 # please set this value twice to your numbers of cpus.
50 #MAKEOPTS=-j2
51
52 # enables on-the-fly regeneration of the mage tree via smage2 files.
53 # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
54 #REGEN_MAGE_TREE=true
55 #MAGE_TREE_DEST="${MAGEDIR}"
56
57 # creates on-the-fly source-tarballs when building packages with smage2
58 #CREATE_SRC_PKG_TARBALL=true

Properties

Name Value
svn:executable *