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 859 by niro, Fri May 8 07:06:12 2009 UTC revision 1085 by niro, Mon Jun 28 18:15:44 2010 UTC
# Line 28  PKGSUFFIX="mpk" Line 28  PKGSUFFIX="mpk"
28  VERBOSE="on"  VERBOSE="on"
29  MAGEDEBUG="off"  MAGEDEBUG="off"
30  ARCH="i686"  ARCH="i686"
31  : ${MAGE_UNINSTALL_TIMEOUT="5"}  : ${MAGE_UNINSTALL_TIMEOUT="3"}
32  PACKAGES_SERVER_PATH="packages/${ARCH}"  PACKAGES_SERVER_PATH="packages/${ARCH}"
33    
34    # default fetch options for rsync
35  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
36    
37    # default fetch options for wget
38    WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
39    
40  # default build options  # default build options
41  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
42  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CFLAGS="-mtune=${ARCH} -O2 -pipe"
# Line 74  SMAGE2RSYNC="rsync://magellan-linux.de/s Line 79  SMAGE2RSYNC="rsync://magellan-linux.de/s
79  #CREATE_SRC_PKG_TARBALL=true  #CREATE_SRC_PKG_TARBALL=true
80    
81  # enables step-by-step execution of the smage-file (for debugging only)  # enables step-by-step execution of the smage-file (for debugging only)
82  # STEP_BY_STEP=true  #STEP_BY_STEP=true
83    
84    # disables logging of smage builds
85    # currently for src_pepare, src_compile, src_install functions only
86    #SMAGE_BUILD_LOGGING=false

Legend:
Removed from v.859  
changed lines
  Added in v.1085