Magellan Linux

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

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

revision 761 by niro, Tue Sep 2 20:31:54 2008 UTC revision 965 by niro, Fri Feb 19 19:57:56 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  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"
34    
# Line 72  SMAGE2RSYNC="rsync://magellan-linux.de/s Line 72  SMAGE2RSYNC="rsync://magellan-linux.de/s
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
75    
76    # enables step-by-step execution of the smage-file (for debugging only)
77    #STEP_BY_STEP=true
78    
79    # disables logging of smage builds
80    # currently for src_pepare, src_compile, src_install functions only
81    #SMAGE_BUILD_LOGGING=false

Legend:
Removed from v.761  
changed lines
  Added in v.965