Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change bug search to use IN_PROGRESS instead of ASSIGNEDHEADmaster | Arun Raghavan | 2012-02-29 | 1 | -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. | ||||
* | check.py: Add compress (-z) to rsync args | Jeremy Olexa | 2010-11-01 | 1 | -1/+1 |
| | | | | | | sys-apps/portage uses compression by default. If the third party admin sets refuse on compression from the client then an error is returned. It is useful to check for this during the testing period. | ||||
* | Add the trailing slash to the reportdir so the reports can be written to the ↵ | Mark Loeser | 2010-09-13 | 1 | -1/+1 |
| | | | | right directory | ||||
* | Use a slightly shorter directory structure for the reports | Mark Loeser | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | Use Python's CSV module to do the CSV parsing instead of trying to do it ↵ | Mark Loeser | 2010-02-26 | 1 | -3/+3 |
| | | | | ourselves | ||||
* | Handle the '/' character in URLs while logging | Arun Raghavan | 2009-10-03 | 1 | -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 PortageCheck | Arun Raghavan | 2009-10-03 | 1 | -1/+1 |
| | | | | We need to pass the entire URL (server/module/path), not just 'server' | ||||
* | Make log outputs more parseable - should make wrangling easier | Arun Raghavan | 2009-08-05 | 2 | -20/+31 |
| | |||||
* | Fix releases timestamp check (missing '/') | Arun Raghavan | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | Allow passing in a single bug to check on the command line | Arun Raghavan | 2009-04-18 | 1 | -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 Raghavan | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | Add support for checking rsync writability (to be enabled) | Arun Raghavan | 2009-03-09 | 1 | -4/+24 |
| | | | | | Adds a function that checks if the given rsync mirror is writable. Needs some testing before being enabled. | ||||
* | Strip trailing '/'s from URLs | Arun Raghavan | 2009-03-09 | 1 | -1/+3 |
| | | | | | This was causing the addition of double slashes while concatenating URLs. Curse you, Shyam Mani! :P | ||||
* | Add a timeout for http/ftp connections | Arun Raghavan | 2009-03-09 | 1 | -1/+6 |
| | | | | | urllib2 doesn't support specifying a timeout, so we set a global timeout using the socket class. | ||||
* | Cosmetic changes to messages | Arun Raghavan | 2009-03-09 | 2 | -3/+3 |
| | |||||
* | Make output of rsync checks more consistent with the rest | Arun Raghavan | 2009-01-11 | 1 | -3/+10 |
| | |||||
* | Expect distfiles rsync URL as rsync://host/module/path | Arun Raghavan | 2009-01-11 | 1 | -2/+1 |
| | |||||
* | Fix error in finding current time in get_lag() | Arun Raghavan | 2009-01-11 | 1 | -1/+1 |
| | |||||
* | Add rsync URL support to DistfilesCheck, and some minor changes | Arun Raghavan | 2009-01-10 | 2 | -44/+28 |
| | |||||
* | Switch gentoo-portage checking to PortageCheck | Arun Raghavan | 2008-12-28 | 1 | -30/+3 |
| | |||||
* | Add support for distfiles over rsync - to be tested | Arun Raghavan | 2008-12-28 | 1 | -3/+18 |
| | |||||
* | Add support for gentoo-portage | Arun Raghavan | 2008-12-28 | 1 | -6/+36 |
| | | | | | | Needed to change get_lag() to take a url instead of a path relative to self.url so that the rsync based checkers can just pass it a 'file://' type URL. | ||||
* | Reminder about timeouts. | Robin H. Johnson | 2008-12-22 | 2 | -0/+2 |
| | |||||
* | Remove wget usage for buglist. | Robin H. Johnson | 2008-12-22 | 1 | -3/+5 |
| | |||||
* | header fun. | Robin H. Johnson | 2008-12-22 | 1 | -2/+3 |
| | |||||
* | Factor out duplicate code again and be smarter for handling timestamps (.x ↵ | Robin H. Johnson | 2008-12-22 | 1 | -23/+31 |
| | | | | is much easier). | ||||
* | Remove ambiguty over mirror type. | Robin H. Johnson | 2008-12-22 | 1 | -3/+3 |
| | |||||
* | Add experimental and snapshots. | Robin H. Johnson | 2008-12-22 | 1 | -0/+12 |
| | |||||
* | Factor out duplicate code. | Robin H. Johnson | 2008-12-21 | 1 | -27/+21 |
| | |||||
* | Make GARD uses the GardCheck classes for checking. | Arun Raghavan | 2008-12-21 | 2 | -111/+57 |
| | | | | | Switched the classes over to 'logging' so there shouldn't be any stray prints around now. | ||||
* | Replace file writes and prints with actual logging | Arun Raghavan | 2008-12-21 | 1 | -116/+110 |
| | |||||
* | Improve check.py | Arun Raghavan | 2008-12-21 | 1 | -38/+70 |
| | | | | | | * Put each mirror class (distfiles, releases) in it's own, well, class * Introduce a GardCheck.lag() function to just get the lag * Other assorted cleanups | ||||
* | Trivial cleanups to check.py | Arun Raghavan | 2008-12-21 | 1 | -4/+3 |
| | |||||
* | Factor out distfiles/releases checking code. Portage checker en route. | Arun Raghavan | 2008-12-21 | 1 | -0/+90 |
| | |||||
* | Initial version | Shyam Mani | 2008-12-21 | 1 | -0/+279 |