slitaz-dev-tools diff tazdev/tazdev @ rev 167

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Mar 23 22:06:42 2012 +0000 (2012-03-23)
parents c7508f69c75e
children bb4c28583c2b
line diff
     1.1 --- a/tazdev/tazdev	Tue Mar 13 09:22:05 2012 +0100
     1.2 +++ b/tazdev/tazdev	Fri Mar 23 22:06:42 2012 +0000
     1.3 @@ -32,11 +32,11 @@
     1.4   clean-chroot        Clean a chroot environment (skip root/ and home/)
     1.5   purge               Remove obsolete packages and obsolete source tarballs
     1.6   dry-purge           Show obsolete packages and obsolete source tarballs
     1.7 - push|-p             Upload new packages to the main mirror.
     1.8 + push|-p             Upload new packages to the main mirror
     1.9   dry-push|-dp        Show what will be uploaded to the mirror. Does nothing
    1.10 - pull                Download new packages from the main mirror.
    1.11 + pull                Download new packages from the main mirror
    1.12   dry-pull            Show what will be downloaded from the mirror. Does nothing
    1.13 - pack-flavors        Pack all SliTaz Live flavors at once.
    1.14 + pack-flavors        Pack all SliTaz Live flavors at once
    1.15   relpkg|-rp          Archive and upload new package/project version
    1.16   reliso|-ri          Create all main flavors (not loram)\n"
    1.17  }
    1.18 @@ -132,7 +132,7 @@
    1.19  		bind_chroot_dir $SLITAZ/src $fs/src
    1.20  		# Now mount package dir so they are in /home/slitaz/$version
    1.21  		# We may not mount cache wok or others it has no point and if
    1.22 -		# one want to use a shared wok he can bind it manually.
    1.23 +		# one wants to use a shared wok he can bind it manually.
    1.24  		bind_chroot_dir $slitaz/packages $fs/packages
    1.25  	fi
    1.26  }