Magellan Linux

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

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

revision 287 by niro, Fri Sep 9 16:35:46 2005 UTC revision 288 by niro, Thu Dec 1 12:41:31 2005 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.2 2005-12-01 12:41:31 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 25  VERBOSE="on" Line 25  VERBOSE="on"
25  MAGEDEBUG="off"  MAGEDEBUG="off"
26  ARCH="i686"  ARCH="i686"
27  : ${MAGE_UNINSTALL_TIMEOUT="5"}  : ${MAGE_UNINSTALL_TIMEOUT="5"}
28    PACKAGES_SERVER_PATH="packages/${ARCH}"
29    
30  # default build options  # default build options
31  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
# Line 44  DISTCC_LOG="/var/log/distcc.log" Line 45  DISTCC_LOG="/var/log/distcc.log"
45  MIRRORS="http://magellan-linux.de/magellan"  MIRRORS="http://magellan-linux.de/magellan"
46  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
47  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
48    
49    # old distribution settings
50    # only for compat; will disapear soon
51    #USE_TESTING=true
52    #USE_UNSTABLE=true
53    
54    # new distribution settings
55    # internal default: MAGE_DISTRIBUTION=stable
56    # stable | testing | unstable
57    MAGE_DISTRIBUTION=stable

Legend:
Removed from v.287  
changed lines
  Added in v.288