wok rev 3455

slitaz-dev-tools: Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Jun 15 16:47:11 2009 +0000 (2009-06-15)
parents be698f9c3613
children c54710fa97f6
files slitaz-dev-tools/stuff/README slitaz-dev-tools/stuff/tazdev slitaz-dev-tools/stuff/tazdev.conf
line diff
     1.1 --- a/slitaz-dev-tools/stuff/README	Mon Jun 15 18:49:17 2009 +0000
     1.2 +++ b/slitaz-dev-tools/stuff/README	Mon Jun 15 16:47:11 2009 +0000
     1.3 @@ -2,9 +2,9 @@
     1.4  ===============================================================================
     1.5  
     1.6  
     1.7 -SliTaz developers and build host tools. This package provide tazdev utility and
     1.8 -tinyutils to help maintaining the distribution and automate packages compilation.
     1.9 -The package provide 'tazdev' and it defaut config file: /etc/slitaz/tazdev.conf
    1.10 +SliTaz developers and build host tools. This package provides the tazdev utility 
    1.11 +and tinyutils to help maintain the distribution and automate packages compilation.
    1.12 +The package provides 'tazdev' and its default config file: /etc/slitaz/tazdev.conf
    1.13  
    1.14  
    1.15  Website Devel corner:   http://www.slitaz.org/en/devel/
     2.1 --- a/slitaz-dev-tools/stuff/tazdev	Mon Jun 15 18:49:17 2009 +0000
     2.2 +++ b/slitaz-dev-tools/stuff/tazdev	Mon Jun 15 16:47:11 2009 +0000
     2.3 @@ -28,9 +28,9 @@
     2.4    update-www   Update SliTaz Website repo.
     2.5    chroot       Mount virtual fs if needed and chroot into the build env.
     2.6    push         Upload new packages to the mirror.
     2.7 -  dry-push     Show what will be uploaded to the mirror. Do nothing.
     2.8 +  dry-push     Show what will be uploaded to the mirror. Does nothing.
     2.9    pull         Download new packages from the mirror.
    2.10 -  dry-pull     Show what will be downloaded from the mirror. Do nothing.\n"
    2.11 +  dry-pull     Show what will be downloaded from the mirror. Does nothing.\n"
    2.12  }
    2.13  
    2.14  # Exit if user is not root.
    2.15 @@ -69,7 +69,7 @@
    2.16  	update-wok)
    2.17  		# Update the Hg wok and copy it to the chroot env. Hg wok id 
    2.18  		# copied to the chroot wok to avoid messing with build result
    2.19 -		# file and so we can aslo modify receipt directly with affecting
    2.20 +		# file and so we can also modify receipt directly without affecting
    2.21  		# the main Hg.
    2.22  		check_root
    2.23  		if [ "$2" = "stable" ]; then
    2.24 @@ -93,7 +93,7 @@
    2.25  		cd $WEBSITE && hg pull && hg update
    2.26  		echo "" ;;
    2.27  	chroot)
    2.28 -		# Chroot into a build env. Default to cookind configured in 
    2.29 +		# Chroot into a build env. Default to cooking configured in 
    2.30  		# tazdev.conf
    2.31  		check_root
    2.32  		if [ "$1" = "stable" ]; then
    2.33 @@ -112,7 +112,7 @@
    2.34  		fi
    2.35  		echo "Chrooting in $ROOTFS... "
    2.36  		chroot $ROOTFS /bin/sh --login
    2.37 -		# Unmount virtual Kernel file systems on exit. and ensure we are the 
    2.38 +		# Unmount virtual Kernel file systems on exit and ensure we are the 
    2.39  		# last user before unmounting !
    2.40  		if [ "$(ps | grep $(basename $0) | grep -v grep | wc -l)" == "1" ]; then
    2.41  			umount $ROOTFS/dev/shm
    2.42 @@ -120,7 +120,7 @@
    2.43  			umount $ROOTFS/sys
    2.44  			umount $ROOTFS/proc
    2.45  		fi
    2.46 -		echo "Exiting of $ROOTFS chroot environment... " ;;
    2.47 +		echo "Exiting $ROOTFS chroot environment... " ;;
    2.48  	push)
    2.49  		check_mirror
    2.50  		rsync -r -t -l -v -z --delete \
     3.1 --- a/slitaz-dev-tools/stuff/tazdev.conf	Mon Jun 15 18:49:17 2009 +0000
     3.2 +++ b/slitaz-dev-tools/stuff/tazdev.conf	Mon Jun 15 16:47:11 2009 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  COOKING="/home/slitaz/cooking"
     3.5  STABLE="/home/slitaz/stable"
     3.6  
     3.7 -# Path to the Website repo
     3.8 +# Path to the Website repo.
     3.9  WEBSITE="/home/slitaz/www/website"
    3.10  
    3.11  # Main mirror settings.