slitaz-dev-tools diff tazdev/tazdev.conf @ rev 77

tazdev: fix gen-chroot if chrrot path is given in argument and add umount-chroot cmd
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 03 14:52:07 2011 +0200 (2011-05-03)
parents 9b6516f3edc0
children c6a685a113c0
line diff
     1.1 --- a/tazdev/tazdev.conf	Tue Apr 12 19:57:29 2011 +0200
     1.2 +++ b/tazdev/tazdev.conf	Tue May 03 14:52:07 2011 +0200
     1.3 @@ -1,19 +1,17 @@
     1.4  # tazdev.conf: SliTaz Developers tool configuration file.
     1.5  #
     1.6  
     1.7 -# Path to 'tazwok cmp' log file.
     1.8 -CMP_LOG="/var/log/tazwok-cmp.log"
     1.9 -
    1.10  # Path for the wok, chroot and packages directory of each version.
    1.11 -COOKING="/home/slitaz/cooking"
    1.12 -STABLE="/home/slitaz/stable"
    1.13 -UNDIGEST="/home/slitaz/undigest"
    1.14 +SLITAZ="/home/slitaz"
    1.15 +COOKING="$SLITAZ/cooking"
    1.16 +STABLE="$SLITAZ/stable"
    1.17 +UNDIGEST="$SLITAZ/undigest"
    1.18  
    1.19  # Path to all own and copy projects.
    1.20  PROJECTS="$HOME/Projects"
    1.21  
    1.22  # Destination for generated images ISO
    1.23 -ISO=$HOME/Desktop
    1.24 +ISO=$SLITAZ/iso
    1.25  
    1.26  # Main mirror to push and download (ISO, rootfs. etc).
    1.27  MIRROR="mirror.slitaz.org"