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 1555 by niro, Tue Dec 27 10:55:36 2011 UTC revision 1558 by niro, Tue Dec 27 11:00:16 2011 UTC
# Line 33  SMAGESCRIPTSDIR="/var/cache/mage/smage" Line 33  SMAGESCRIPTSDIR="/var/cache/mage/smage"
33  VERBOSE="on"  VERBOSE="on"
34  MAGEDEBUG="off"  MAGEDEBUG="off"
35  : ${MAGE_UNINSTALL_TIMEOUT="3"}  : ${MAGE_UNINSTALL_TIMEOUT="3"}
 PACKAGES_SERVER_PATH="packages/${ARCH}"  
36    
37  # Default fetch options for rsync  # enables on-the-fly regeneration of the mage tree via smage2 files.
38  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"  # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
39    #REGEN_MAGE_TREE=true
40  # Default fetch options for wget  MAGE_TREE_DEST="${MAGEDIR}"
 WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  
41    
42  # Arch specific options and build flags  # Arch specific options and build flags
43  ARCH="i686"  ARCH="i686"
44  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
45  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CFLAGS="-mtune=${ARCH} -O2 -pipe"
46  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
47    LDFLAGS="-Wl,--as-needed"
48  SMAGE_USE_CCACHE="false"  SMAGE_USE_CCACHE="false"
49  SMAGE_USE_DISTCC="false"  SMAGE_USE_DISTCC="false"
50  MAKEOPTS="-j2"  MAKEOPTS="-j2"
# Line 76  GNOME_MIRRORS="http://ftp.gnome.org/pub/ Line 75  GNOME_MIRRORS="http://ftp.gnome.org/pub/
75  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"
76  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
77  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
78    PACKAGES_SERVER_PATH="packages/${ARCH}"
79    
80  # enables on-the-fly regeneration of the mage tree via smage2 files.  # Default fetch options for rsync
81  # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
82  #REGEN_MAGE_TREE=true  # Default fetch options for wget
83  MAGE_TREE_DEST="${MAGEDIR}"  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
84    
85  # creates on-the-fly source-tarballs when building packages with smage2  # creates on-the-fly source-tarballs when building packages with smage2
86  #CREATE_SRC_PKG_TARBALL=true  #CREATE_SRC_PKG_TARBALL=true

Legend:
Removed from v.1555  
changed lines
  Added in v.1558