slitaz-dev-tools view tazchroot/tazchroot-scripts/tank-bot @ rev 256

tazwikiss: $HTTP_ACCEPT_LANGUAGE is not set by tazweb (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 16:35:30 2016 +0200 (2016-05-25)
parents
children
line source
1 #!/bin/sh
3 source /etc/slitaz/slitaz.conf
4 for repo in $(cat /etc/slitaz/tank-bot.conf); do
5 cd $SLITAZ_DIR/$repo
6 tazchroot tank-bot
7 done
9 echo y | tazpkg upgrade
11 exit 0