website diff libs/get-latest.sh @ rev 801
en: link activity box icon and move up the page
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 30 17:45:07 2011 +0200 (2011-03-30) |
parents | 9629ff2cd271 |
children |
line diff
1.1 --- a/libs/get-latest.sh Tue Mar 29 02:34:25 2011 +0200 1.2 +++ b/libs/get-latest.sh Wed Mar 30 17:45:07 2011 +0200 1.3 @@ -22,20 +22,20 @@ 1.4 rm *.xml 1.5 1.6 # Cache all feeds to save bandwidth (updated by cron) 1.7 +#wget -O doc.xml $DOC_FEED 1.8 +#wget -O forum.xml $FORUM_FEED 1.9 +#wget -O bugs.xml $BUGS_FEED 1.10 wget -O scn.xml $SCN_FEED 1.11 -wget -O doc.xml $DOC_FEED 1.12 -wget -O forum.xml $FORUM_FEED 1.13 -wget -O bugs.xml $BUGS_FEED 1.14 wget -O wok.xml $WOK_FEED 1.15 1.16 # Latest cooked packages by the build bot. 1.17 -echo -n "Getting latest cooked packages... " 1.18 -echo '<ul>' > $OUTPUT 1.19 -cd $PKGS && ls -1t *.tazpkg | head -8 | \ 1.20 -while read file 1.21 -do 1.22 - echo -n ' <li>'$(stat -c '%y' $PKGS/$file | \ 1.23 - cut -d ' ' -f 1); echo " - $file</li>" 1.24 -done >> $OUTPUT 1.25 -echo '</ul>' >> $OUTPUT 1.26 -echo "Done" 1.27 +#echo -n "Getting latest cooked packages... " 1.28 +#echo '<ul>' > $OUTPUT 1.29 +#cd $PKGS && ls -1t *.tazpkg | head -8 | \ 1.30 +#while read file 1.31 +#do 1.32 + #echo -n ' <li>'$(stat -c '%y' $PKGS/$file | \ 1.33 + #cut -d ' ' -f 1); echo " - $file</li>" 1.34 +#done >> $OUTPUT 1.35 +#echo '</ul>' >> $OUTPUT 1.36 +#echo "Done"