]> git.donarmstrong.com Git - bugscan.git/commitdiff
Move stuff back into their original places.
authorDebian BTS <debbugs@rietz>
Tue, 10 Apr 2007 11:20:32 +0000 (11:20 +0000)
committerDebian BTS <debbugs@rietz>
Tue, 10 Apr 2007 11:20:32 +0000 (11:20 +0000)
crontab
dograph
dohtml
dostatus

diff --git a/crontab b/crontab
index 06e93cce4f5d68fce112bd91de6ef056a3ade342..40b9b592a18aa0eaa4242343f81bbe64f0f40d55 100755 (executable)
--- a/crontab
+++ b/crontab
@@ -2,7 +2,7 @@
 
 set -e
 
-cd /home/sesse/bugscan
+cd /org/bugs.debian.org/bugscan
 
 # Run script from doogie to check packages in Incoming
 # ../../doogie/chgscan/update -o quiet=yes
@@ -30,6 +30,3 @@ ln -sf $countfile count
 ./dohtml
 ./dostatus
 ./dograph
-
-rsync -r www/ sesse@gluck.debian.org:public_html/bugscan/
-
diff --git a/dograph b/dograph
index a005901e4e4c3463251caab58397354310cddd37..00be2d3b33d74f90c8fcc54f94ce4bc48b6d1a3b 100755 (executable)
--- a/dograph
+++ b/dograph
@@ -2,7 +2,7 @@
 
 set -e
 
-cd /home/sesse/bugscan
+cd /org/bugs.debian.org/bugscan
 
 tmp=`tempfile`
 tmp2=`tempfile`
@@ -31,9 +31,9 @@ set terminal png
 set yrange [0:]
 #set xtics 2678400
 #set nomxtics
-set output "/home/sesse/bugscan/www/graph.png"
+set output "/org/bugs.debian.org/www/bugscan/graph.png"
 plot "$tmp" using 1:2 with lines, "$tmp2" using 1:2 with lines, "$tmp3" using 1:2 with lines
 quit
 EOF
 
-rm "$tmp" "$tmp2"
+rm "$tmp" "$tmp2" "$tmp3"
diff --git a/dohtml b/dohtml
index c86d56a452776e9a752fe8afdc245ee9bfd8437b..01ad370cdc79f22788df61b8b6cf6c8b2dc1574b 100755 (executable)
--- a/dohtml
+++ b/dohtml
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-htmldir=/home/sesse/bugscan/www
+htmldir=/org/bugs.debian.org/www/bugscan
 
 realmakepage() {
        local   filter="$1"     # Distributions to list
index 563e2b5455cdad9bad2d7460d76cf76592e8f04c..4f2cf58fb159633fda405d2b4986e098672be0cb 100755 (executable)
--- a/dostatus
+++ b/dostatus
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 newtime=`stat --format %y status | cut -d: -f-2`
-echo -n "$newtime (CST): " > /home/sesse/bugscan/www/status
+echo -n "$newtime (CST): " > /org/bugs.debian.org/www/bugscan/status
 ./bugreport -s >> /home/sesse/bugscan/www/status