Magellan Linux

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

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

revision 1437 by niro, Mon Jul 25 12:02:16 2011 UTC revision 1556 by niro, Tue Dec 27 10:58:02 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 overidden 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
9  PKGDIR="/var/cache/mage/packages"  PKGDIR="/var/cache/mage/packages"
10  SRCPKGDIR="/var/cache/mage/packages/sources"  SRCPKGDIR="/var/cache/mage/packages/sources"
11  BUILDDIR="/var/tmp/magebuild"  BUILDDIR="/var/tmp/magebuild"
# Line 17  SOURCEDIR="/var/cache/mage/sources" Line 18  SOURCEDIR="/var/cache/mage/sources"
18  BINDIR="${BUILDDIR}/builded"  BINDIR="${BUILDDIR}/builded"
19  SMAGESCRIPTSDIR="/var/cache/mage/smage"  SMAGESCRIPTSDIR="/var/cache/mage/smage"
20    
21  # set default install root to /  # Set default install root to /
22  : ${MROOT=""}  : ${MROOT=""}
23    
24  # set default user mage.rc  # Set default user mage.rc
25  : ${MAGERC="/etc/mage.rc"}  : ${MAGERC="/etc/mage.rc"}
26    
27  # default options  # Distribution settings
28  PKGSUFFIX="mpk"  # Internal default: MAGE_DISTRIBUTION=stable
29    # stable | testing | unstable
30    : ${MAGE_DISTRIBUTION="stable"}
31    
32    # Default options
33  VERBOSE="on"  VERBOSE="on"
34  MAGEDEBUG="off"  MAGEDEBUG="off"
 ARCH="i686"  
35  : ${MAGE_UNINSTALL_TIMEOUT="3"}  : ${MAGE_UNINSTALL_TIMEOUT="3"}
 PACKAGES_SERVER_PATH="packages/${ARCH}"  
36    
37  # default fetch options for rsync  # Arch specific options and build flags
38  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"  ARCH="i686"
   
 # default fetch options for wget  
 WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  
   
 # default build options  
39  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
40  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CFLAGS="-mtune=${ARCH} -O2 -pipe"
41  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
# Line 45  SMAGE_USE_CCACHE="false" Line 43  SMAGE_USE_CCACHE="false"
43  SMAGE_USE_DISTCC="false"  SMAGE_USE_DISTCC="false"
44  MAKEOPTS="-j2"  MAKEOPTS="-j2"
45    
46  # distcc specific  # Strip options
47    STRIP_DYN_LIB="--strip-unneeded"
48    STRIP_DYN_BIN="--strip-all"
49    STRIP_STATIC_LIB="--strip-debug"
50    
51    # Extension defaults
52    #  Do not modify these settings unless you know what you are doing
53    PKGSUFFIX="mpk"
54    SRCPKGSUFFIX="mpks"
55    MAGESUFFIX="mage"
56    SMAGESUFFIX="smage2"
57    
58    # Distcc specific settings
59  #DISTCC_HOSTS=""  #DISTCC_HOSTS=""
60  DISTCC_DIR="${BUILDDIR}/.distcc"  DISTCC_DIR="${BUILDDIR}/.distcc"
61  DISTCC_VERBOSE="0"  DISTCC_VERBOSE="0"
62  DISTCC_LOG="/var/log/distcc.log"  DISTCC_LOG="/var/log/distcc.log"
63    
64  # default mirrors  # Default mirrors and download options
65  MIRRORS="http://magellan-linux.de/magellan"  MIRRORS="http://magellan-linux.de/magellan"
66  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"
67  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 59  GNOME_MIRRORS="http://ftp.gnome.org/pub/ Line 69  GNOME_MIRRORS="http://ftp.gnome.org/pub/
69  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"
70  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
71  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
72    PACKAGES_SERVER_PATH="packages/${ARCH}"
73    
74  # distribution settings  # Default fetch options for rsync
75  # internal default: MAGE_DISTRIBUTION=stable  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
76  # stable | testing | unstable  # Default fetch options for wget
77  : ${MAGE_DISTRIBUTION="stable"}  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
78    
79  # enables on-the-fly regeneration of the mage tree via smage2 files.  # enables on-the-fly regeneration of the mage tree via smage2 files.
80  # 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.

Legend:
Removed from v.1437  
changed lines
  Added in v.1556