Magellan Linux

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

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

revision 1555 by niro, Tue Dec 27 10:55:36 2011 UTC revision 1556 by niro, Tue Dec 27 10:58:02 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}"  
   
 # Default fetch options for rsync  
 RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"  
   
 # Default fetch options for wget  
 WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  
36    
37  # Arch specific options and build flags  # Arch specific options and build flags
38  ARCH="i686"  ARCH="i686"
# Line 76  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    # Default fetch options for rsync
75    RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
76    # Default fetch options for wget
77    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.1555  
changed lines
  Added in v.1556