summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-19 18:12:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-19 18:12:35 (GMT)
commit1ed626bc69711d1cb9eb7a6b5b185ff47e61b650 (patch)
tree6018d6cffee1df6ea17da6451a23f9d135200926
parentffd24bb0144591d84ea467764ec5a02ae347cb36 (diff)
Some eye-candy in the WiKi status table.
/trunk/scripts/showSamples.sh | 11 6 5 0 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
-rwxr-xr-xscripts/showSamples.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index 8203259..33bfba8 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -53,8 +53,10 @@ dump_single_sample() {
fi
else
printf "| ''${sample}'' "
+ printf "| ''${CT_KERNEL}'' "
printf "| ${CT_KERNEL_VERSION} "
printf "| ${CT_BINUTILS_VERSION} "
+ printf "| ''${CT_CC}'' "
printf "| ${CT_CC_VERSION} "
printf "| ''${CT_LIBC}'' "
printf "| ${CT_LIBC_VERSION} "
@@ -68,7 +70,7 @@ dump_single_sample() {
[ "${CT_CC_LANG_OBJC}" = "y" ] && printf ", Objective-C"
[ "${CT_CC_LANG_OBJCXX}" = "y" ] && printf ", Objective-C++"
[ -n "${CT_CC_LANG_OTHERS}" ] && printf "\\\\\\\\ Others: ${CT_CC_LANG_OTHERS}"
- printf " | "
+ printf " "
if [ -f "${sample_top}/samples/${sample}/reported.by" ]; then
( . "${sample_top}/samples/${sample}/reported.by"
if [ -n "${reporter_url}" ]; then
@@ -91,16 +93,15 @@ for sample in "${@}"; do
done
if [ "${opt}" = -w ]; then
- echo "^ $(date +%Y%m%d.%H%M) ^ ||||||||||"
+ echo "^ $(date +%Y%m%d.%H%M) ^ |||||||||||"
printf "^ Target "
- printf "^ Kernel headers\\\\\\\\ version "
+ printf "^ Kernel headers\\\\\\\\ version ^"
printf "^ binutils version "
- printf "^ gcc version "
+ printf "^ C compiler\\\\\\\\ version ^"
printf "^ C library version ^"
printf "^ Threading model "
printf "^ Floating point\\\\\\\\ support "
printf "^ Languages "
- printf "^ Misc "
printf "^ Reported by "
echo "^"
fi