summaryrefslogtreecommitdiffstats
path: root/pym/getbinpkg.py
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that myid is defined for the previous commit.Zac Medico2007-01-041-1/+2
| | | | svn path=/main/trunk/; revision=5459
* When fetching metadata from a binhost, reconnect if the http server closes ↵Zac Medico2007-01-041-2/+14
| | | | | | the connection before sending a valid response. Thanks to ranger for reporting. svn path=/main/trunk/; revision=5458
* Make sure stderr is flushed since os._exit doesn't flush stdio buffers.Zac Medico2007-01-031-0/+1
| | | | svn path=/main/trunk/; revision=5454
* Use os._exit instead of sys.exit in a forked child process.Zac Medico2007-01-031-1/+1
| | | | svn path=/main/trunk/; revision=5453
* Cleanse stale metadata cache for binpkgs that have been removed from the ↵Zac Medico2006-08-071-0/+12
| | | | | | remote host. Thanks to André Luiz A. G. Carvalho <alcarvalho@gmail.com> for the initial patch from bug #107453. svn path=/main/trunk/; revision=4182
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Fix quoting for bug 109739Alec Warner2006-06-011-2/+2
| | | | svn path=/main/trunk/; revision=3443
* Change == None to is NoneAlec Warner2006-04-071-1/+1
| | | | svn path=/main/trunk/; revision=3085
* cPickle import protection; fall back to pickle if cPickle is unavailable.Brian Harring2006-02-081-1/+6
| | | | svn path=/main/trunk/; revision=2679
* Prevent traceback on fetcher failure and properly check for error conditionsJason Stubbs2005-12-211-1/+4
| | | | | | when fetching remote binary packages. #116276 svn path=/main/trunk/; revision=2419
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+541
svn path=/main/branches/2.0/; revision=1941