Dump the EXPERIMENTAL status and brokenness of samples in the WiKi table.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Sep 04 15:42:25 2008 +0000 (2008-09-04)
changeset 828f11e2ba89d7f
parent 827 2c8754d7f136
child 829 587f5916c0f7
Dump the EXPERIMENTAL status and brokenness of samples in the WiKi table.

/trunk/scripts/showSamples.sh | 9 7 2 0 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
scripts/showSamples.sh
     1.1 --- a/scripts/showSamples.sh	Thu Sep 04 07:42:12 2008 +0000
     1.2 +++ b/scripts/showSamples.sh	Thu Sep 04 15:42:25 2008 +0000
     1.3 @@ -57,6 +57,10 @@
     1.4          fi
     1.5      else
     1.6          printf "| ''${sample}''  "
     1.7 +        printf "|  "
     1.8 +        [ "${CT_EXPERIMENTAL}" = "y" ] && printf "X"
     1.9 +        [ -f "${sample_top}/samples/${sample}/broken" ] && printf "B"
    1.10 +        printf '  '
    1.11          printf "|  ''${CT_KERNEL}''  "
    1.12          if [ "${CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR}" = "y" ]; then
    1.13              printf "|  //custom//  "
    1.14 @@ -109,8 +113,9 @@
    1.15  done
    1.16  
    1.17  if [ "${opt}" = -w ]; then
    1.18 -    echo "^ @@DATE@@  ^ ||||||||||||"
    1.19 +    echo "^ @@DATE@@  ^ |||||||||||||"
    1.20      printf "^ Target "
    1.21 +    printf "^  Status  "
    1.22      printf "^  Kernel headers\\\\\\\\ version  ^"
    1.23      printf "^  binutils version  "
    1.24      printf "^  C compiler\\\\\\\\ version  ^"
    1.25 @@ -128,7 +133,7 @@
    1.26  done
    1.27  
    1.28  if [ "${opt}" = -w ]; then
    1.29 -    printf "^ Total: ${#@} samples  | ||||||||||||"
    1.30 +    printf "^ Total: ${#@} samples  | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': Samples is curently BROKEN. |||||||||||||"
    1.31      echo   ""
    1.32  elif [ -z "${opt}" ]; then
    1.33      echo '      l (local)       : sample was found in current directory'