diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2012-02-29 10:22:57 +0530 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2012-02-29 10:26:47 +0530 |
commit | 39742baa686f9c4abcda769114918d696cc1de5b (patch) | |
tree | e58e0e6c23e5c73cd9cecf9812bff820a06749c8 | |
parent | check.py: Add compress (-z) to rsync args (diff) | |
download | gard-master.tar.gz gard-master.tar.bz2 gard-master.zip |
Recent Bugzilla updates caused the ASSIGNED status to be dropped, so
we're going to be using IN_PROGRESS from now on for this purpose.
-rwxr-xr-x | gard-v2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ relmaxlag = 2 * 3600 * 24 HOME = os.getenv('HOME') 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" +bugurl = "http://bugs.gentoo.org/buglist.cgi?query_format=advanced&product=Mirrors&status_whiteboard_type=allwordssubstr&status_whiteboard=due&bug_status=IN_PROGRESS&columnlist=bug_id,opendate,bug_status,resolution,short_desc,status_whiteboard&ctype=csv" def start_logging(url, bugnum, proto): logger = logging.getLogger() |