tazwok view chroot-scripts/tank-bot @ rev 319

Fix tank-bot LOCAL_REPOSITORY
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 18 23:52:22 2011 +0100 (2011-02-18)
parents 35ceb7fc85e0
children d16b2ca09546
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