]> git.donarmstrong.com Git - bugscan.git/blobdiff - dostatus
check the status of the wheezy-ignore tag, not squeeze-ignore for unstable
[bugscan.git] / dostatus
index 13c2cf1042a7a00f048eb6b8194bced1caa6ec99..ad27f67b2aeb9a3830c483a841b30f9b79f4bbcf 100755 (executable)
--- a/dostatus
+++ b/dostatus
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-newtime=`ls -al status | cut -c 43-54`
-echo -n "$newtime (CST): " > /home/sesse/bugscan/www/status
-./bugreport -s >> /home/sesse/bugscan/www/status
+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
+