summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* check.py: Add compress (-z) to rsync argsJeremy Olexa2010-11-011-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.
* Make log outputs more parseable - should make wrangling easierArun Raghavan2009-08-051-1/+1
|
* Fix releases timestamp check (missing '/')Arun Raghavan2009-04-181-1/+1
|
* Add support for checking rsync writability (to be enabled)Arun Raghavan2009-03-091-4/+24
| | | | | Adds a function that checks if the given rsync mirror is writable. Needs some testing before being enabled.
* Strip trailing '/'s from URLsArun Raghavan2009-03-091-1/+3
| | | | | This was causing the addition of double slashes while concatenating URLs. Curse you, Shyam Mani! :P
* Add a timeout for http/ftp connectionsArun Raghavan2009-03-091-1/+6
| | | | | urllib2 doesn't support specifying a timeout, so we set a global timeout using the socket class.
* Cosmetic changes to messagesArun Raghavan2009-03-091-1/+1
|
* Fix error in finding current time in get_lag()Arun Raghavan2009-01-111-1/+1
|
* Add rsync URL support to DistfilesCheck, and some minor changesArun Raghavan2009-01-101-10/+17
|
* Add support for distfiles over rsync - to be testedArun Raghavan2008-12-281-3/+18
|
* Add support for gentoo-portageArun Raghavan2008-12-281-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. Johnson2008-12-221-0/+1
|
* Add experimental and snapshots.Robin H. Johnson2008-12-221-0/+12
|
* Factor out duplicate code.Robin H. Johnson2008-12-211-27/+21
|
* Make GARD uses the GardCheck classes for checking.Arun Raghavan2008-12-211-19/+25
| | | | | Switched the classes over to 'logging' so there shouldn't be any stray prints around now.
* Improve check.pyArun Raghavan2008-12-211-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.pyArun Raghavan2008-12-211-4/+3
|
* Factor out distfiles/releases checking code. Portage checker en route.Arun Raghavan2008-12-211-0/+90