wok rev 3933

mirror-tools: rename /etc/tazwok.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 13:35:04 2009 +0200 (2009-08-20)
parents ef844b9dd245
children d72717f90650
files mirror-tools/stuff/etc/tazwok.conf mirror-tools/stuff/etc/tazwok.conf.mirror
line diff
     1.1 --- a/mirror-tools/stuff/etc/tazwok.conf	Thu Aug 20 13:10:20 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,31 +0,0 @@
     1.4 -# tazwok.conf: Tazwok configuration file.
     1.5 -#
     1.6 -
     1.7 -# Wok directory/tree to find receipts and build packages.
     1.8 -# By default on SliTaz the directory is /home/slitaz/wok.
     1.9 -WOK="/slitaz/home/slitaz/wok"
    1.10 -
    1.11 -# The path to the sources tarballs of the binaries packages.
    1.12 -SOURCES_REPOSITORY="/slitaz/home/slitaz/src"
    1.13 -
    1.14 -# This path set the binaries packages repository. It's where all
    1.15 -# the gen *.tazpkg will be stored when using gen-repository command.
    1.16 -PACKAGES_REPOSITORY="/var/www/slitaz/mirror/packages/cooking"
    1.17 -
    1.18 -# Default arguments for GNU configure.
    1.19 -CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu"
    1.20 -
    1.21 -# Translation files to include in packages, note that you can specifiy
    1.22 -# several locale.
    1.23 -LOCALE="fr"
    1.24 -
    1.25 -# Mirrors URLs. To downloads source next from your location.
    1.26 -# GNU mirror :
    1.27 -#
    1.28 -GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
    1.29 -# SourceForge mirror :
    1.30 -#
    1.31 -SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
    1.32 -# Xorg mirror :
    1.33 -#
    1.34 -XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mirror-tools/stuff/etc/tazwok.conf.mirror	Thu Aug 20 13:35:04 2009 +0200
     2.3 @@ -0,0 +1,31 @@
     2.4 +# tazwok.conf: Tazwok configuration file.
     2.5 +#
     2.6 +
     2.7 +# Wok directory/tree to find receipts and build packages.
     2.8 +# By default on SliTaz the directory is /home/slitaz/wok.
     2.9 +WOK="/slitaz/home/slitaz/wok"
    2.10 +
    2.11 +# The path to the sources tarballs of the binaries packages.
    2.12 +SOURCES_REPOSITORY="/slitaz/home/slitaz/src"
    2.13 +
    2.14 +# This path set the binaries packages repository. It's where all
    2.15 +# the gen *.tazpkg will be stored when using gen-repository command.
    2.16 +PACKAGES_REPOSITORY="/var/www/slitaz/mirror/packages/cooking"
    2.17 +
    2.18 +# Default arguments for GNU configure.
    2.19 +CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu"
    2.20 +
    2.21 +# Translation files to include in packages, note that you can specifiy
    2.22 +# several locale.
    2.23 +LOCALE="fr"
    2.24 +
    2.25 +# Mirrors URLs. To downloads source next from your location.
    2.26 +# GNU mirror :
    2.27 +#
    2.28 +GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
    2.29 +# SourceForge mirror :
    2.30 +#
    2.31 +SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
    2.32 +# Xorg mirror :
    2.33 +#
    2.34 +XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"