projects
/
bugscan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bugscan now uses basename
[bugscan.git]
/
dostatus
diff --git
a/dostatus
b/dostatus
index
572dc40
..
ad27f67
100755
(executable)
--- a/
dostatus
+++ b/
dostatus
@@
-1,6
+1,7
@@
#!/bin/sh
-newtime=`
ls -al status | cut -c 43-54
`
+newtime=`
stat --format %y status | cut -d: -f-2
`
echo -n "$newtime (CST): " > /org/bugs.debian.org/www/bugscan/status
./bugreport -s >> /org/bugs.debian.org/www/bugscan/status
+