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 386 by niro, Mon Jul 17 20:52:38 2006 UTC revision 875 by niro, Thu May 21 19:06:26 2009 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.4 2006-07-17 20:52:38 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/mage.rc.global,v 1.9 2008-09-02 20:31:54 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 44  DISTCC_LOG="/var/log/distcc.log" Line 48  DISTCC_LOG="/var/log/distcc.log"
48    
49  # default mirrors  # default mirrors
50  MIRRORS="http://magellan-linux.de/magellan"  MIRRORS="http://magellan-linux.de/magellan"
51    GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"
52    SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge"
53    GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/"
54    KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"
55  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
56  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
57    
# Line 56  SMAGE2RSYNC="rsync://magellan-linux.de/s Line 64  SMAGE2RSYNC="rsync://magellan-linux.de/s
64  # internal default: MAGE_DISTRIBUTION=stable  # internal default: MAGE_DISTRIBUTION=stable
65  # stable | testing | unstable  # stable | testing | unstable
66  : ${MAGE_DISTRIBUTION="stable"}  : ${MAGE_DISTRIBUTION="stable"}
67    
68    # enables on-the-fly regeneration of the mage tree via smage2 files.
69    # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
70    #REGEN_MAGE_TREE=true
71    #MAGE_TREE_DEST="${MAGEDIR}"
72    
73    # creates on-the-fly source-tarballs when building packages with smage2
74    #CREATE_SRC_PKG_TARBALL=true
75    
76    # enables step-by-step execution of the smage-file (for debugging only)
77    #STEP_BY_STEP=true
78    
79    # disables logging of smage builds
80    # currently for src_pepare, src_compile, src_install functions only
81    #SMAGE_BUILD_LOGGING=false

Legend:
Removed from v.386  
changed lines
  Added in v.875