From f7b84b7716445d777fd27858dceb1610154a2c94 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 29 Jul 2008 16:48:20 +0000 Subject: Pretyy-up the WiKi table with the date of last update for each sample. /trunk/scripts/showSamples.sh | 15 12 3 0 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 38e8642..5b336e2 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -86,6 +86,14 @@ dump_single_sample() { else printf "| [[http://ymorin.is-a-geek.org/|YEM]] " fi + sample_updated=$(date -u "+%Y%m%d" \ + -d "$(LC_ALL=C svn info ${sample_top}/samples/${sample} \ + |GREP_OPTIONS= egrep '^Last Changed Date:' \ + |sed -r -e 's/^[^:]+: //;' \ + -e 's/^(.+:.. [+-][[:digit:]]{4}) \(.+\)$/\1/;' \ + )" \ + ) + printf "| ${sample_updated} " echo "|" fi } @@ -97,7 +105,7 @@ for sample in "${@}"; do done if [ "${opt}" = -w ]; then - echo "^ $(date +%Y%m%d.%H%M) ^ |||||||||||" + echo "^ @@DATE@@ ^ ||||||||||||" printf "^ Target " printf "^ Kernel headers\\\\\\\\ version ^" printf "^ binutils version " @@ -106,7 +114,8 @@ if [ "${opt}" = -w ]; then printf "^ Threading model " printf "^ Floating point\\\\\\\\ support " printf "^ Languages " - printf "^ First reported by " + printf "^ Initially\\\\\\\\ reported by " + printf "^ Last\\\\\\\\ updated " echo "^" fi @@ -115,6 +124,6 @@ for sample in "${@}"; do done if [ "${opt}" = -w ]; then - printf "^ Total: ${#@} samples | |||||||||||" + printf "^ Total: ${#@} samples | ||||||||||||" echo "" fi -- cgit v0.10.2-6-g49f6