summaryrefslogtreecommitdiffstats
path: root/pym/getbinpkg.py
Commit message (Collapse)AuthorAgeFilesLines
* Make dir_get_metadata() retry if a httplib.ResponseNotReady exceptionZac Medico2008-04-221-0/+8
| | | | | | occurs. (trunk r9943) svn path=/main/branches/2.1.2/; revision=9944
* Make file_get() redirect FETCHCOMMAND output to stdout just likeZac Medico2008-04-111-1/+6
| | | | | | portage.fetch() does. Thanks to Ramereth for reporting. (trunk r9844) svn path=/main/branches/2.1.2/; revision=9845
* Bug #200231 - Make dir_get_metadata() handle an exception thrownZac Medico2007-11-271-2/+11
| | | | | | | from dir_get_list() when there's a problem connection problem. (trunk r8702) svn path=/main/branches/2.1.2/; revision=8703
* Make dir_get_metadata() return early if the current user doesZac Medico2007-11-201-0/+7
| | | | | | | not have write access to /var/cache/edb. Thanks to Cardoe for reporting. (trunk r8502) svn path=/main/branches/2.1.2/; revision=8561
* It is not cool and/or helpfull to see an HTML dump of someZac Medico2007-11-201-3/+0
| | | | | | | page in case it is not what is expected (like a 404). (trunk r8462) svn path=/main/branches/2.1.2/; revision=8545
* Bug #192195 - In dir_get_list(), append a trailing / to the addressZac Medico2007-09-261-0/+4
| | | | | | | when necessary in order to avoid getting a 400 error from the http server. (trunk r7771) svn path=/main/branches/2.1.2/; revision=7811
* Prevent output from being flushed to the console too frequently in ↵Zac Medico2007-08-221-10/+30
| | | | | | dir_get_metadata(). (trunk r7672) svn path=/main/branches/2.1.2/; revision=7673
* Send cache hit/miss status updates to stdout instead of stderr and add some ↵Zac Medico2007-08-221-10/+22
| | | | | | more flush() calls. (trunk r7656) svn path=/main/branches/2.1.2/; revision=7658
* Show cache miss/hit counts all on one line, using \r to return to the ↵Zac Medico2007-08-221-3/+9
| | | | | | beginning of he line and rewrite it each time that a counter is updated. Thanks to Mike "Fuzzy" Partin <fuzzy@smoke.dope.org> for this patch (submitted on the gentoo-portage-dev mailing list). (trunk r7655) svn path=/main/branches/2.1.2/; revision=7657
* Fix file_get_lib() so it behaves the same way with sftp as it does with ↵Zac Medico2007-06-251-1/+18
| | | | | | other protocols. (trunk r7023:7024) svn path=/main/branches/2.1.2/; revision=7026
* For bug #175891, add sftp protocol support via the paramiko library.Zac Medico2007-06-251-0/+20
| | | | svn path=/main/branches/2.1.2/; revision=7022
* Clean up file_get() to use shlex, varexpand, and spawn. (trunk r7014)Zac Medico2007-06-251-22/+13
| | | | svn path=/main/branches/2.1.2/; revision=7015
* dont break when the binhost url doesn't end with a slash (bug #144440, trunk ↵Zac Medico2007-06-241-2/+8
| | | | | | r6978) svn path=/main/branches/2.1.2/; revision=7003
* Remove more unnecessary list generation. (trunk r6913)Zac Medico2007-06-221-2/+1
| | | | svn path=/main/branches/2.1.2/; revision=6932
* Fix typos from the previous commit.Zac Medico2007-01-121-2/+2
| | | | svn path=/main/trunk/; revision=5599
* Use startswith and endswith to simplify code.Zac Medico2007-01-121-3/+3
| | | | svn path=/main/trunk/; revision=5598
* Begin the deprecation of the string moduleAlec Warner2007-01-121-13/+12
| | | | svn path=/main/trunk/; revision=5594
* EOFError is also important according to ZacAlec Warner2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5586
* getbinpkg.py fix except: open can be IOERror or OSError and cPickle can ↵Alec Warner2007-01-121-3/+1
| | | | | | throw an unpicklingError svn path=/main/trunk/; revision=5585
* 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