Magellan Linux

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

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

revision 1556 by niro, Tue Dec 27 10:58:02 2011 UTC revision 1557 by niro, Tue Dec 27 10:59:17 2011 UTC
# Line 34  VERBOSE="on" Line 34  VERBOSE="on"
34  MAGEDEBUG="off"  MAGEDEBUG="off"
35  : ${MAGE_UNINSTALL_TIMEOUT="3"}  : ${MAGE_UNINSTALL_TIMEOUT="3"}
36    
37    # enables on-the-fly regeneration of the mage tree via smage2 files.
38    # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
39    #REGEN_MAGE_TREE=true
40    MAGE_TREE_DEST="${MAGEDIR}"
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"
# Line 76  RSYNC_FETCH_OPTIONS="--recursive --links Line 81  RSYNC_FETCH_OPTIONS="--recursive --links
81  # Default fetch options for wget  # Default fetch options for wget
82  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
83    
 # enables on-the-fly regeneration of the mage tree via smage2 files.  
 # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.  
 #REGEN_MAGE_TREE=true  
 MAGE_TREE_DEST="${MAGEDIR}"  
   
84  # creates on-the-fly source-tarballs when building packages with smage2  # creates on-the-fly source-tarballs when building packages with smage2
85  #CREATE_SRC_PKG_TARBALL=true  #CREATE_SRC_PKG_TARBALL=true
86    

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