slitaz-dev-tools rev 60

tazdev: remove website update function --> taztank
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 00:56:48 2011 +0200 (2011-04-06)
parents 81bcfeba99a6
children 607faa239e26
files tazdev/tazdev tazdev/tazdev.conf
line diff
     1.1 --- a/tazdev/tazdev	Sun Apr 03 17:01:11 2011 +0200
     1.2 +++ b/tazdev/tazdev	Wed Apr 06 00:56:48 2011 +0200
     1.3 @@ -28,7 +28,6 @@
     1.4   projects-stats Display statistics about your projects (-ps).
     1.5   cmplog         Log 'tazwok cmp' result (or use tazbb).
     1.6   update-wok     Update Hg wok and copy it to the chroot wok.
     1.7 - update-www     Update SliTaz Website repo from Hg.
     1.8   chroot         Mount virtual fs if needed and chroot into the build env.
     1.9   gen-chroot     Generate a chroot using the last cooking base rootfs.
    1.10   clean-chroot   Clean a chroot environment (skip root/ and home/).
    1.11 @@ -249,11 +248,6 @@
    1.12  		cp -a $HG_WOK/* $BUILD_WOK
    1.13  		cp -a $HG_WOK/.hg $BUILD_WOK
    1.14  		status && echo "" ;;
    1.15 -	update-www)
    1.16 -		# Update website from repo.
    1.17 -		echo ""
    1.18 -		cd $WEBSITE && hg pull && hg update
    1.19 -		echo "" ;;
    1.20  	chroot)
    1.21  		# Chroot into a build env. Default to cooking configured in
    1.22  		# tazdev.conf
     2.1 --- a/tazdev/tazdev.conf	Sun Apr 03 17:01:11 2011 +0200
     2.2 +++ b/tazdev/tazdev.conf	Wed Apr 06 00:56:48 2011 +0200
     2.3 @@ -9,8 +9,7 @@
     2.4  STABLE="/home/slitaz/stable"
     2.5  UNDIGEST="/home/slitaz/undigest"
     2.6  
     2.7 -# Path to the Website repo.
     2.8 -WEBSITE="/home/slitaz/www/website"
     2.9 +# Path to all own and copy projects.
    2.10  PROJECTS="$HOME/Projects"
    2.11  
    2.12  # Main mirror to push and download (ISO, rootfs. etc).