Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage.rc.global.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 226 by niro, Fri Sep 9 16:35:46 2005 UTC revision 407 by niro, Fri Dec 29 23:44:27 2006 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.1 2005-09-09 16:35:46 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.5 2006-12-29 23:44:27 niro Exp $
2  #  #
3  # mage.rc.global - global configuration file for mage  # mage.rc.global - global configuration file for mage
4  # will be overidden by /etc/mage.rc  # will be overidden by /etc/mage.rc
# Line 6  Line 6 
6    
7  ## default locations  ## default locations
8  PKGDIR="/var/cache/mage/packages"  PKGDIR="/var/cache/mage/packages"
9    SRCPKGDIR="/var/cache/mage/packages/sources"
10  BUILDDIR="/var/tmp/magebuild"  BUILDDIR="/var/tmp/magebuild"
11  INSTALLDB="/var/db/mage"  INSTALLDB="/var/db/mage"
12  MAGEDIR="/usr/mage"  MAGEDIR="/usr/mage"
# Line 25  VERBOSE="on" Line 26  VERBOSE="on"
26  MAGEDEBUG="off"  MAGEDEBUG="off"
27  ARCH="i686"  ARCH="i686"
28  : ${MAGE_UNINSTALL_TIMEOUT="5"}  : ${MAGE_UNINSTALL_TIMEOUT="5"}
29    PACKAGES_SERVER_PATH="packages/${ARCH}"
30    RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
31    
32  # default build options  # default build options
33  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
# Line 44  DISTCC_LOG="/var/log/distcc.log" Line 47  DISTCC_LOG="/var/log/distcc.log"
47  MIRRORS="http://magellan-linux.de/magellan"  MIRRORS="http://magellan-linux.de/magellan"
48  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
49  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
50    
51    # old distribution settings
52    # only for compat; will disapear soon
53    #USE_TESTING=true
54    #USE_UNSTABLE=true
55    
56    # new distribution settings
57    # internal default: MAGE_DISTRIBUTION=stable
58    # stable | testing | unstable
59    : ${MAGE_DISTRIBUTION="stable"}
60    
61    # enables on-the-fly regeneration of the mage tree via smage2 files.
62    # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
63    #REGEN_MAGE_TREE=true
64    #MAGE_TREE_DEST="${MAGEDIR}"
65    
66    # creates on-the-fly source-tarballs when building packages with smage2
67    #CREATE_SRC_PKG_TARBALL=true

Legend:
Removed from v.226  
changed lines
  Added in v.407