# HG changeset patch # User Antoine Bodin # Date 1297518421 -3600 # Node ID dd46dd15a4ef750e743e2b99178e5b7f4731e0b3 # Parent 76f08e2e2cf5337099431d7e4fde6b4b129d52ce Update conf file and include forgotten changeset 180 from tazwok. diff -r 76f08e2e2cf5 -r dd46dd15a4ef examples/tazwok.conf --- a/examples/tazwok.conf Sat Feb 12 14:44:06 2011 +0100 +++ b/examples/tazwok.conf Sat Feb 12 14:47:01 2011 +0100 @@ -1,10 +1,6 @@ # tazwok.conf: Tazwok configuration file. # -# Time to wait before uploading a (set of) package from packages-incoming -# to packages repository. In days, must be between 0 and 366. -incoming_delay="0" - # Default makeflags. MAKEFLAGS="-j$((`grep processor /proc/cpuinfo | wc -l`+1))" @@ -63,6 +59,8 @@ SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge" # Xorg mirror : XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual" +# Gnome mirror : +GNOME_MIRROR="http://ftp.gnome.org/pub/GNOME/sources" # Favorite console editor. EDITOR="nano" @@ -122,5 +120,3 @@ # Cook options : # Repack sources in .tar.lzma format. repack_src="yes" -# Allow cleaning RAM cache. -clean_cache="yes"