slitaz-pizza diff pizza-bot @ rev 14

Add Gravatar support to flavor status page
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 26 13:05:04 2012 +0200 (2012-03-26)
parents a5164f0bb461
children 41980f21c33e
line diff
     1.1 --- a/pizza-bot	Sun Mar 25 00:44:53 2012 +0000
     1.2 +++ b/pizza-bot	Mon Mar 26 13:05:04 2012 +0200
     1.3 @@ -96,7 +96,7 @@
     1.4  		[ ! "$name" ] && echo "Empty build queue" && quit
     1.5  		. $queue/$name/receipt
     1.6  		
     1.7 -		echo "Build started for flavor: <a href='?id=$ID'>$ID</a>" | log
     1.8 +		echo "Build started for flavor: <a href='?id=$ID'>$ID</a> ($FLAVOR)" | log
     1.9  		echo -e "Build started   : $(date '+%Y-%m-%d %H:%M')\n" | tee -a $log
    1.10  		
    1.11  		rm -rf $work && mkdir -p $work && cd $work