# HG changeset patch # User Paul Issott # Date 1245084431 0 # Node ID 65ca24a53b6291777373fe1c10b8e7b3b8f52e8a # Parent be698f9c36138a8ac20853d44b2a6fe5f1b40290 slitaz-dev-tools: Tiny edits diff -r be698f9c3613 -r 65ca24a53b62 slitaz-dev-tools/stuff/README --- a/slitaz-dev-tools/stuff/README Mon Jun 15 18:49:17 2009 +0000 +++ b/slitaz-dev-tools/stuff/README Mon Jun 15 16:47:11 2009 +0000 @@ -2,9 +2,9 @@ =============================================================================== -SliTaz developers and build host tools. This package provide tazdev utility and -tinyutils to help maintaining the distribution and automate packages compilation. -The package provide 'tazdev' and it defaut config file: /etc/slitaz/tazdev.conf +SliTaz developers and build host tools. This package provides the tazdev utility +and tinyutils to help maintain the distribution and automate packages compilation. +The package provides 'tazdev' and its default config file: /etc/slitaz/tazdev.conf Website Devel corner: http://www.slitaz.org/en/devel/ diff -r be698f9c3613 -r 65ca24a53b62 slitaz-dev-tools/stuff/tazdev --- a/slitaz-dev-tools/stuff/tazdev Mon Jun 15 18:49:17 2009 +0000 +++ b/slitaz-dev-tools/stuff/tazdev Mon Jun 15 16:47:11 2009 +0000 @@ -28,9 +28,9 @@ update-www Update SliTaz Website repo. chroot Mount virtual fs if needed and chroot into the build env. push Upload new packages to the mirror. - dry-push Show what will be uploaded to the mirror. Do nothing. + dry-push Show what will be uploaded to the mirror. Does nothing. pull Download new packages from the mirror. - dry-pull Show what will be downloaded from the mirror. Do nothing.\n" + dry-pull Show what will be downloaded from the mirror. Does nothing.\n" } # Exit if user is not root. @@ -69,7 +69,7 @@ update-wok) # Update the Hg wok and copy it to the chroot env. Hg wok id # copied to the chroot wok to avoid messing with build result - # file and so we can aslo modify receipt directly with affecting + # file and so we can also modify receipt directly without affecting # the main Hg. check_root if [ "$2" = "stable" ]; then @@ -93,7 +93,7 @@ cd $WEBSITE && hg pull && hg update echo "" ;; chroot) - # Chroot into a build env. Default to cookind configured in + # Chroot into a build env. Default to cooking configured in # tazdev.conf check_root if [ "$1" = "stable" ]; then @@ -112,7 +112,7 @@ fi echo "Chrooting in $ROOTFS... " chroot $ROOTFS /bin/sh --login - # Unmount virtual Kernel file systems on exit. and ensure we are the + # Unmount virtual Kernel file systems on exit and ensure we are the # last user before unmounting ! if [ "$(ps | grep $(basename $0) | grep -v grep | wc -l)" == "1" ]; then umount $ROOTFS/dev/shm @@ -120,7 +120,7 @@ umount $ROOTFS/sys umount $ROOTFS/proc fi - echo "Exiting of $ROOTFS chroot environment... " ;; + echo "Exiting $ROOTFS chroot environment... " ;; push) check_mirror rsync -r -t -l -v -z --delete \ diff -r be698f9c3613 -r 65ca24a53b62 slitaz-dev-tools/stuff/tazdev.conf --- a/slitaz-dev-tools/stuff/tazdev.conf Mon Jun 15 18:49:17 2009 +0000 +++ b/slitaz-dev-tools/stuff/tazdev.conf Mon Jun 15 16:47:11 2009 +0000 @@ -8,7 +8,7 @@ COOKING="/home/slitaz/cooking" STABLE="/home/slitaz/stable" -# Path to the Website repo +# Path to the Website repo. WEBSITE="/home/slitaz/www/website" # Main mirror settings.