summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-07-29Pretyy-up the WiKi table with the date of last update for each sample.Yann E. MORIN"1-3/+12
/trunk/scripts/showSamples.sh | 15 12 3 0 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
2008-07-27"Reported by" is now "First reported by".Yann E. MORIN"1-1/+1
/trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-25Also print the number of samples in the DokuWiki table.Yann E. MORIN"1-0/+6
/trunk/scripts/showSamples.sh | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
2008-07-25Woops! It's the kernel v ersion that is /custom/, not the kernel it self!Yann E. MORIN"1-2/+2
/trunk/scripts/showSamples.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
2008-07-25When dumping the DokuWiki table of samples, don't leave the kernel headers ↵Yann E. MORIN"1-1/+5
version empty if using a custom headers set., and say so. /trunk/scripts/showSamples.sh | 6 5 1 0 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
2008-07-19Some eye-candy in the WiKi status table.Yann E. MORIN"1-5/+6
/trunk/scripts/showSamples.sh | 11 6 5 0 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
2008-07-13Small eye-candy in the WiKi table dump.Yann E. MORIN"1-7/+6
/trunk/scripts/showSamples.sh | 13 6 7 0 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)
2008-07-13Also report built-in languages in the status table.Yann E. MORIN"1-3/+12
/trunk/scripts/showSamples.sh | 15 12 3 0 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
2008-07-09Fix wiki table sample output.Yann E. MORIN"1-1/+1
/trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-07Although working with bash, 'echo -n' is really non-portable.Yann E. MORIN"1-39/+39
Get rid of this by using printf(1) with no trailing new-line (\n). Again, thanks to Martin GUY, who pointed this issue. /trunk/kconfig/kconfig.mk | 2 1 1 0 /trunk/scripts/build/libc_uClibc.sh | 4 3 1 0 ++ /trunk/scripts/showSamples.sh | 78 39 39 0 +++++++++++++++++++++--------------------- 3 files changed, 43 insertions(+), 41 deletions(-)
2008-06-25Alloow for reporter without an URL (for privately mailed submissions).Yann E. MORIN"1-2/+6
/trunk/scripts/showSamples.sh | 8 6 2 0 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
2008-06-18Re-format the dumped DokuWiki table of samples.Yann E. MORIN"1-5/+15
/trunk/scripts/showSamples.sh | 20 15 5 0 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-)
2008-06-15Add a new rule to build the sample table ready to include in the WiKi.Yann E. MORIN"1-28/+53
/trunk/scripts/showSamples.sh | 81 53 28 0 ++++++++++++++++++++++++++++++++----------------- /trunk/samples/samples.mk | 6 6 0 0 ++++ 2 files changed, 59 insertions(+), 28 deletions(-)
2008-05-26Rework dumping the samples.Yann E. MORIN"1-1/+0
/trunk/scripts/showSamples.sh | 1 0 1 0 - /trunk/samples/samples.mk | 10 7 3 0 +++++++--- 2 files changed, 7 insertions(+), 4 deletions(-)
2008-05-02Add a new help entry to list each samples more verbosely, but only on-demand.Yann E. MORIN"1-1/+31
/trunk/samples/samples.mk | 4 4 0 0 ++++ /trunk/scripts/showSamples.sh | 32 31 1 0 +++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-)
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-3/+10
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
2007-06-17scripts/showSamples.sh:Yann E. MORIN"1-3/+0
- revert sample dumping to not show the components versions; docs/overview.txt: - reorder docs/overview.txt so that configuring comes before running, - tell about regtest; Makefile: config/global.in: - point to docs/overview.txt for the list of steps;
2007-05-23Correctly handle the log level overide in scripts/saveSample.sh.Yann E. MORIN"1-2/+2
Little eye candy in scripts/showSamples.sh.
2007-05-22Mark broken samples as such: use a file named 'broken' in the sample's ↵Yann E. MORIN"1-6/+5
directory. Reflected this state when listing samples (in scripts/showSamples.sh).
2007-05-08Print the major components and their version when calling "make help".Yann E. MORIN"1-0/+30