Magellan Linux

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

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

revision 1543 by niro, Tue Dec 20 16:06:13 2011 UTC revision 1554 by niro, Tue Dec 27 10:53:47 2011 UTC
# Line 1  Line 1 
 # $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 $  
 #  
1  # mage.rc.global - global configuration file for mage  # mage.rc.global - global configuration file for mage
2  # will be overridden by /etc/mage.rc  # $Id$
3    #
4    # !! Do not edit this file, it will be overwritten on update. !!
5    # !! Use /etc/mage.rc instead to override any settings. !!
6  #  #
7    
8  ## Default locations  ## Default locations
# Line 23  SMAGESCRIPTSDIR="/var/cache/mage/smage" Line 24  SMAGESCRIPTSDIR="/var/cache/mage/smage"
24  # Set default user mage.rc  # Set default user mage.rc
25  : ${MAGERC="/etc/mage.rc"}  : ${MAGERC="/etc/mage.rc"}
26    
27    # Distribution settings
28    # Internal default: MAGE_DISTRIBUTION=stable
29    # stable | testing | unstable
30    : ${MAGE_DISTRIBUTION="stable"}
31    
32  # Default options  # Default options
33  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
34  VERBOSE="on"  VERBOSE="on"
# Line 37  RSYNC_FETCH_OPTIONS="--recursive --links Line 43  RSYNC_FETCH_OPTIONS="--recursive --links
43  # Default fetch options for wget  # Default fetch options for wget
44  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
45    
46  # Default build options  # Arch specific options and build flags
47  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
48  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CFLAGS="-mtune=${ARCH} -O2 -pipe"
49  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
# Line 56  DISTCC_DIR="${BUILDDIR}/.distcc" Line 62  DISTCC_DIR="${BUILDDIR}/.distcc"
62  DISTCC_VERBOSE="0"  DISTCC_VERBOSE="0"
63  DISTCC_LOG="/var/log/distcc.log"  DISTCC_LOG="/var/log/distcc.log"
64    
65  # Default mirrors  # Default mirrors and download options
66  MIRRORS="http://magellan-linux.de/magellan"  MIRRORS="http://magellan-linux.de/magellan"
67  GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"  GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"
68  SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge"  SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge"
# Line 65  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/s Line 71  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/s
71  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
72  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
73    
 # Distribution settings  
 # Internal default: MAGE_DISTRIBUTION=stable  
 # stable | testing | unstable  
 : ${MAGE_DISTRIBUTION="stable"}  
   
74  # enables on-the-fly regeneration of the mage tree via smage2 files.  # enables on-the-fly regeneration of the mage tree via smage2 files.
75  # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.  # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
76  #REGEN_MAGE_TREE=true  #REGEN_MAGE_TREE=true

Legend:
Removed from v.1543  
changed lines
  Added in v.1554