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

Minor fixes + use busybox as /bin/sh into cook-toolchain as bash 4.2 has something buggy using locale function which prevent us to cook toolchain on tank
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 20 02:51:27 2011 +0100 (2011-02-20)
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