Magellan Linux

Diff of /tags/mage-0_4_106/etc/mage.rc.example

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

revision 84 by niro, Wed Jun 1 16:01:21 2005 UTC revision 405 by niro, Fri Dec 29 23:37:07 2006 UTC
# Line 18  RSYNC="rsync://magellan-linux.de/mage-ix Line 18  RSYNC="rsync://magellan-linux.de/mage-ix
18    
19  # smage2 directories  # smage2 directories
20  #SOURCEDIR="/var/cache/mage/sources"  #SOURCEDIR="/var/cache/mage/sources"
21    #SRCPKGDIR="/var/cache/mage/packages/sources"
22  #SMAGESCRIPTSDIR="/var/cache/mage/smage"  #SMAGESCRIPTSDIR="/var/cache/mage/smage"
23  #SMAGE2RSYNC="rsync://magellan-linux.de/smage-ix86"  #SMAGE2RSYNC="rsync://magellan-linux.de/smage-ix86"
24    
# Line 48  RSYNC="rsync://magellan-linux.de/mage-ix Line 49  RSYNC="rsync://magellan-linux.de/mage-ix
49  # how many jobs will be compiled at the same time.  # how many jobs will be compiled at the same time.
50  # please set this value twice to your numbers of cpus.  # please set this value twice to your numbers of cpus.
51  #MAKEOPTS=-j2  #MAKEOPTS=-j2
52    
53    # enables on-the-fly regeneration of the mage tree via smage2 files.
54    # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.
55    #REGEN_MAGE_TREE=true
56    #MAGE_TREE_DEST="${MAGEDIR}"
57    
58    # creates on-the-fly source-tarballs when building packages with smage2
59    #CREATE_SRC_PKG_TARBALL=true

Legend:
Removed from v.84  
changed lines
  Added in v.405