summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2010-09-13 19:32:31 -0400
committerMark Loeser <halcy0n@gentoo.org>2010-09-13 19:32:31 -0400
commit64a4a35c921a5dfc57017ab0286fd8085fa84863 (patch)
tree38b2ef3596e4ac9b3a9b4e5d4d2786accdd90d1b
parentUse Python's CSV module to do the CSV parsing instead of trying to do it ours... (diff)
downloadgard-64a4a35c921a5dfc57017ab0286fd8085fa84863.tar.gz
gard-64a4a35c921a5dfc57017ab0286fd8085fa84863.tar.bz2
gard-64a4a35c921a5dfc57017ab0286fd8085fa84863.zip
Use a slightly shorter directory structure for the reports
-rwxr-xr-xgard-v2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gard-v2.py b/gard-v2.py
index 65ca06a..ab287e5 100755
--- a/gard-v2.py
+++ b/gard-v2.py
@@ -23,7 +23,7 @@ dmaxlag = 5.5 * 3600
relmaxlag = 2 * 3600 * 24
HOME = os.getenv('HOME')
-reportpath = HOME + "/gentoo/mirrors/gard/reports"
+reportpath = HOME + "/gard/reports"
bugurl = "http://bugs.gentoo.org/buglist.cgi?query_format=advanced&product=Mirrors&status_whiteboard_type=allwordssubstr&status_whiteboard=due&bug_status=ASSIGNED&columnlist=bug_id,opendate,bug_status,resolution,short_desc,status_whiteboard&ctype=csv"
def start_logging(url, bugnum, proto):