From: Debian BTS Date: Tue, 10 Apr 2007 11:20:32 +0000 (+0000) Subject: Move stuff back into their original places. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=0a8a6839c3fbeb4a67a4e43704861c3af8b35214;hp=3924a03164fa1d9a292bf9627cce5d37ee9335f2 Move stuff back into their original places. --- diff --git a/crontab b/crontab index 06e93cc..40b9b59 100755 --- 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 a005901..00be2d3 100755 --- 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 c86d56a..01ad370 100755 --- 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 diff --git a/dostatus b/dostatus index 563e2b5..4f2cf58 100755 --- 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