summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change bug search to use IN_PROGRESS instead of ASSIGNEDHEADmasterArun Raghavan2012-02-291-1/+1
| | | | | 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.
* Add the trailing slash to the reportdir so the reports can be written to the ↵Mark Loeser2010-09-131-1/+1
| | | | right directory
* Use a slightly shorter directory structure for the reportsMark Loeser2010-09-131-1/+1
|
* Use Python's CSV module to do the CSV parsing instead of trying to do it ↵Mark Loeser2010-02-261-3/+3
| | | | ourselves
* Handle the '/' character in URLs while loggingArun Raghavan2009-10-031-10/+6
| | | | | The log path was <some_prefix>/<URL>. If URL had a '/', logging broke. This replaces '/' with '-' in URL while setting up logging.
* Fix the URL we send to PortageCheckArun Raghavan2009-10-031-1/+1
| | | | We need to pass the entire URL (server/module/path), not just 'server'
* Make log outputs more parseable - should make wrangling easierArun Raghavan2009-08-051-19/+30
|
* Allow passing in a single bug to check on the command lineArun Raghavan2009-04-181-0/+4
| | | | | This is just a simple argv[] check right now. Can switch to getopt when there's more than one argument to be passed.
* Releases max lag was wrong (should be 2 days)Arun Raghavan2009-03-151-1/+1
|
* Cosmetic changes to messagesArun Raghavan2009-03-091-2/+2
|
* Make output of rsync checks more consistent with the restArun Raghavan2009-01-111-3/+10
|
* Expect distfiles rsync URL as rsync://host/module/pathArun Raghavan2009-01-111-2/+1
|
* Add rsync URL support to DistfilesCheck, and some minor changesArun Raghavan2009-01-101-34/+11
|
* Switch gentoo-portage checking to PortageCheckArun Raghavan2008-12-281-30/+3
|
* Reminder about timeouts.Robin H. Johnson2008-12-221-0/+1
|
* Remove wget usage for buglist.Robin H. Johnson2008-12-221-3/+5
|
* header fun.Robin H. Johnson2008-12-221-2/+3
|
* Factor out duplicate code again and be smarter for handling timestamps (.x ↵Robin H. Johnson2008-12-221-23/+31
| | | | is much easier).
* Remove ambiguty over mirror type.Robin H. Johnson2008-12-221-3/+3
|
* Make GARD uses the GardCheck classes for checking.Arun Raghavan2008-12-211-92/+32
| | | | | Switched the classes over to 'logging' so there shouldn't be any stray prints around now.
* Replace file writes and prints with actual loggingArun Raghavan2008-12-211-116/+110
|
* Initial versionShyam Mani2008-12-211-0/+279