Magellan Linux

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

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

revision 1436 by niro, Mon Jun 28 18:15:44 2010 UTC revision 1437 by niro, Mon Jul 25 12:02:16 2011 UTC
# Line 60  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/s Line 60  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/s
60  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
61  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"  SMAGE2RSYNC="rsync://magellan-linux.de/smage-cvs"
62    
63  # old distribution settings  # distribution settings
 # only for compat; will disapear soon  
 #USE_TESTING=true  
 #USE_UNSTABLE=true  
   
 # new distribution settings  
64  # internal default: MAGE_DISTRIBUTION=stable  # internal default: MAGE_DISTRIBUTION=stable
65  # stable | testing | unstable  # stable | testing | unstable
66  : ${MAGE_DISTRIBUTION="stable"}  : ${MAGE_DISTRIBUTION="stable"}
# Line 73  SMAGE2RSYNC="rsync://magellan-linux.de/s Line 68  SMAGE2RSYNC="rsync://magellan-linux.de/s
68  # enables on-the-fly regeneration of the mage tree via smage2 files.  # enables on-the-fly regeneration of the mage tree via smage2 files.
69  # 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.
70  #REGEN_MAGE_TREE=true  #REGEN_MAGE_TREE=true
71  #MAGE_TREE_DEST="${MAGEDIR}"  MAGE_TREE_DEST="${MAGEDIR}"
72    
73  # creates on-the-fly source-tarballs when building packages with smage2  # creates on-the-fly source-tarballs when building packages with smage2
74  #CREATE_SRC_PKG_TARBALL=true  #CREATE_SRC_PKG_TARBALL=true

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