tazwok annotate 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
rev   line source
gokhlayeh@315 1 #!/bin/sh
gokhlayeh@315 2 # Automate common management tasks.
gokhlayeh@315 3
gokhlayeh@315 4 # Update repositories
gokhlayeh@315 5 tazpkg get-install mercurial
gokhlayeh@315 6 tazwok update-wok
gokhlayeh@315 7 source /etc/slitaz/slitaz.conf
gokhlayeh@315 8 source /etc/slitaz/tazwok.conf
pankso@319 9 LOCAL_REPOSITORY="$SLITAZ_DIR/${undigest:-$SLITAZ_VERSION}"
gokhlayeh@315 10 cd $LOCAL_REPOSITORY/flavors
gokhlayeh@315 11 hg pull -u
gokhlayeh@315 12 clean-chroot
gokhlayeh@315 13
gokhlayeh@315 14 tazwok cook-commit --missing
gokhlayeh@315 15 tazwok check-incoming