# HG changeset patch # User Christophe Lincoln # Date 1487816110 -3600 # Node ID 2b38b7489a33e1ae351e11eea29f4197e16cfbc6 # Parent 1a0c402e807eb4621f67406f270181291780ca3d tank: dont update libtaz.sh and httphelper.sh to last version diff -r 1a0c402e807e -r 2b38b7489a33 tank/tank --- a/tank/tank Thu Feb 23 02:40:02 2017 +0100 +++ b/tank/tank Thu Feb 23 03:15:10 2017 +0100 @@ -50,11 +50,11 @@ rm -rf $VHOST/*.* $VHOST/images cp -a tank/web/* $VHOST # Be sure we have last version of libtaz.sh httphelper.sh - echo "$(colorize 33 'Updating:') libtaz.sh && httphelper.sh" - cd $REPOS/slitaz-base-files - [ "$2" == "--nohg" ] || hg pull -u - cp -f rootfs/lib/libtaz.sh /lib - cp -f rootfs/usr/lib/slitaz/httphelper.sh /usr/lib/slitaz + #echo "$(colorize 33 'Updating:') libtaz.sh && httphelper.sh" + #cd $REPOS/slitaz-base-files + #[ "$2" == "--nohg" ] || hg pull -u + #cp -f rootfs/lib/libtaz.sh /lib + #cp -f rootfs/usr/lib/slitaz/httphelper.sh /usr/lib/slitaz echo "" ;; up-people) # Update People web interface