tazwok diff chroot-scripts/tank-bot @ rev 543
Change VERSION to 4.2.17
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Nov 26 16:56:28 2011 +0100 (2011-11-26) |
parents | d16b2ca09546 |
children | 61b3b07955df |
line diff
1.1 --- a/chroot-scripts/tank-bot Tue Feb 22 12:40:57 2011 +0100 1.2 +++ b/chroot-scripts/tank-bot Sat Nov 26 16:56:28 2011 +0100 1.3 @@ -10,7 +10,12 @@ 1.4 . /etc/slitaz/tazwok.conf 1.5 LOCAL_REPOSITORY="$SLITAZ_DIR/${undigest:-$SLITAZ_VERSION}" 1.6 cd $LOCAL_REPOSITORY/flavors 1.7 -hg pull -u 1.8 +if [ ! -d .hg ]; then 1.9 + [ "$SLITAZ_VERSION" == "cooking" ] && hg clone http://hg.slitaz.org/flavors . 1.10 + [ "$SLITAZ_VERSION" == "stable" ] && hg clone http://hg.slitaz.org/flavors-stable . 1.11 +else 1.12 + hg pull -u 1.13 +fi 1.14 clean-chroot 1.15 1.16 tazwok cook-commit --missing