summaryrefslogtreecommitdiff
path: root/morphlib/remoteartifactcache.py
Commit message (Expand)AuthorAgeFilesLines
* Silence log messages during unit testsLars Wirzenius2012-12-181-4/+4
* Catch URLError so that missing cache-servers don't cause morph to die.Daniel Silverstone2012-09-251-1/+1
* python scripts: pep8ize codebaseRichard Maw2012-08-011-18/+18
* Handle only the urllib2.URLError exceptionsLars Wirzenius2012-06-221-3/+7
* Add logging, for debuggingLars Wirzenius2012-06-221-0/+1
* Prettify str(RemoteArtifactCache) to be the server URLLars Wirzenius2012-06-221-0/+3
* Include cache id in error messageLars Wirzenius2012-06-221-2/+3
* Drop httplib2 in RemoteRepoCache, use custom HeadRequest and urllib2.Jannis Pohlmann2012-04-201-6/+13
* Add RemoteArtifactCache. Move metadata basename code into Artifact.Jannis Pohlmann2012-04-191-0/+98