wok diff slitaz-dev-tools/stuff/tazdev @ rev 5784
Speedup some builds
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 10 18:02:56 2010 +0200 (2010-07-10) |
parents | 8ef66badbbaa |
children | 93a6f8a9ac3f |
line diff
1.1 --- a/slitaz-dev-tools/stuff/tazdev Wed Mar 24 21:48:38 2010 +0100 1.2 +++ b/slitaz-dev-tools/stuff/tazdev Sat Jul 10 18:02:56 2010 +0200 1.3 @@ -30,13 +30,13 @@ 1.4 chroot Mount virtual fs if needed and chroot into the build env. 1.5 gen-chroot Generate a chroot using the last cooking base rootfs. 1.6 clean-chroot Clean a chroot environment (skip root/ and home/). 1.7 - purge Remove obsolate packages and obsolate source tarballs. 1.8 - dry-purge Show obsolate packages and obsolate source tarballs. 1.9 + purge Remove obsolete packages and obsolete source tarballs. 1.10 + dry-purge Show obsolete packages and obsolete source tarballs. 1.11 push Upload new packages to the main mirror (-p). 1.12 dry-push Show what will be uploaded to the mirror. Does nothing (-dp). 1.13 pull Download new packages from the main mirror. 1.14 dry-pull Show what will be downloaded from the mirror. Does nothing. 1.15 - relpkg Archive and uploade new package/project version\n" 1.16 + relpkg Archive and upload new package/project version.\n" 1.17 } 1.18 1.19 # Exit if user is not root.