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 298 by niro, Sun Dec 4 17:11:46 2005 UTC revision 418 by niro, Sun Jan 21 23:46:24 2007 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.3 2005-12-04 17:11:46 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.6 2007-01-21 23:46:24 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 19  SMAGESCRIPTSDIR="/var/cache/mage/smage" Line 20  SMAGESCRIPTSDIR="/var/cache/mage/smage"
20  # set default install root to /  # set default install root to /
21  : ${MROOT=""}  : ${MROOT=""}
22    
23    # set default user mage.rc
24    : ${MAGERC="/etc/mage.rc"}
25    
26  # default options  # default options
27  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
28  VERBOSE="on"  VERBOSE="on"
# Line 26  MAGEDEBUG="off" Line 30  MAGEDEBUG="off"
30  ARCH="i686"  ARCH="i686"
31  : ${MAGE_UNINSTALL_TIMEOUT="5"}  : ${MAGE_UNINSTALL_TIMEOUT="5"}
32  PACKAGES_SERVER_PATH="packages/${ARCH}"  PACKAGES_SERVER_PATH="packages/${ARCH}"
33    RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
34    
35  # default build options  # default build options
36  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
# Line 55  SMAGE2RSYNC="rsync://magellan-linux.de/s Line 60  SMAGE2RSYNC="rsync://magellan-linux.de/s
60  # internal default: MAGE_DISTRIBUTION=stable  # internal default: MAGE_DISTRIBUTION=stable
61  # stable | testing | unstable  # stable | testing | unstable
62  : ${MAGE_DISTRIBUTION="stable"}  : ${MAGE_DISTRIBUTION="stable"}
63    
64    # enables on-the-fly regeneration of the mage tree via smage2 files.
65    # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
66    #REGEN_MAGE_TREE=true
67    #MAGE_TREE_DEST="${MAGEDIR}"
68    
69    # creates on-the-fly source-tarballs when building packages with smage2
70    #CREATE_SRC_PKG_TARBALL=true

Legend:
Removed from v.298  
changed lines
  Added in v.418