tazwok view chroot-scripts/tank-bot @ rev 315
Move tazwok-related chroot scripts from tazchroot to tazwok sources
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Feb 18 18:13:38 2011 +0100 (2011-02-18) |
parents | |
children | 66c50670fa11 |
line source
1 #!/bin/sh
2 # Automate common management tasks.
4 # Update repositories
5 tazpkg get-install mercurial
6 tazwok update-wok
7 source /etc/slitaz/slitaz.conf
8 source /etc/slitaz/tazwok.conf
9 LOCAL_REPOSITORY="SLITAZ_DIR/${undigest:-SLITAZ_VERSION}"
10 cd $LOCAL_REPOSITORY/flavors
11 hg pull -u
12 clean-chroot
14 tazwok cook-commit --missing
15 tazwok check-incoming