tazwok rev 256

Update conf file and include forgotten changeset 180 from tazwok.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 12 14:47:01 2011 +0100 (2011-02-12)
parents 76f08e2e2cf5
children e0b050d9ae25
files examples/tazwok.conf
line diff
     1.1 --- a/examples/tazwok.conf	Sat Feb 12 14:44:06 2011 +0100
     1.2 +++ b/examples/tazwok.conf	Sat Feb 12 14:47:01 2011 +0100
     1.3 @@ -1,10 +1,6 @@
     1.4  # tazwok.conf: Tazwok configuration file.
     1.5  #
     1.6  
     1.7 -# Time to wait before uploading a (set of) package from packages-incoming
     1.8 -# to packages repository. In days, must be between 0 and 366.
     1.9 -incoming_delay="0"
    1.10 -
    1.11  # Default makeflags.
    1.12  MAKEFLAGS="-j$((`grep processor /proc/cpuinfo | wc -l`+1))"
    1.13  
    1.14 @@ -63,6 +59,8 @@
    1.15  SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
    1.16  # Xorg mirror :
    1.17  XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"
    1.18 +# Gnome mirror :
    1.19 +GNOME_MIRROR="http://ftp.gnome.org/pub/GNOME/sources"
    1.20  
    1.21  # Favorite console editor.
    1.22  EDITOR="nano"
    1.23 @@ -122,5 +120,3 @@
    1.24  # Cook options :
    1.25  # Repack sources in .tar.lzma format.
    1.26  repack_src="yes"
    1.27 -# Allow cleaning RAM cache.
    1.28 -clean_cache="yes"