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

tazwikiss: replaced blank in curdate() in index.sh by T to display filenames properly in history
author Hans-G?nter Theisgen
date Fri Apr 28 14:08:02 2017 +0100 (2017-04-28)
parents 8d4f0c409359
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