summaryrefslogtreecommitdiff
path: root/morphlib/remoteartifactcache.py
Commit message (Expand)AuthorAgeFilesLines
* Build per-source rather than per-artifactRichard Maw2014-09-191-2/+2
* Tweak exception message of remote artifact cache GetErrorSam Thursfield2014-06-031-2/+3
* Make all remote artifact cache get errors inherit from GetErrorSam Thursfield2014-06-031-3/+3
* Merge remote-tracking branch 'origin/danielfirth/language-changes'Lars Wirzenius2013-11-051-1/+1
|\
* | Fix RemoteArtifactCache to quote filenames in URLsLars Wirzenius2013-11-041-1/+3
|/
* 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