website diff scripts/get-latest.sh @ rev 720

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Jan 07 21:22:06 2011 +0000 (2011-01-07)
parents a25d8f788c09
children 08a545ba44cc
line diff
     1.1 --- a/scripts/get-latest.sh	Sun Nov 07 17:14:54 2010 +0100
     1.2 +++ b/scripts/get-latest.sh	Fri Jan 07 21:22:06 2011 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  
     1.5  # Latest Hg commits
     1.6  echo -n "Getting latest commits... "
     1.7 -echo '<h2><font color="#DF8F06">Latest commits</font></h2>' > $OUTPUT
     1.8 +echo '<h2>Latest commits</h2>' > $OUTPUT
     1.9  echo "<ul>" >> $OUTPUT
    1.10  hg log --repository $REPO --limit 5 --no-merges \
    1.11  	--template "	<li><strong>{date|shortdate}</strong> \
    1.12 @@ -23,7 +23,7 @@
    1.13  
    1.14  # Latest cooked packages by the build bot.
    1.15  echo -n "Getting latest cooked packages... "
    1.16 -echo '<h2><font color="#DF8F06">Latest cooked packages</font></h2>' >> $OUTPUT
    1.17 +echo '<h2>Latest cooked packages</h2>' >> $OUTPUT
    1.18  echo "<ul>" >> $OUTPUT
    1.19  cd $PKGS && ls -1t *.tazpkg | head -5 | \
    1.20  while read file