summaryrefslogtreecommitdiff
path: root/morphlib/remoteartifactcache.py
Commit message (Expand)AuthorAgeFilesLines
* Morph build c2397bf4873742a3ba9202cbdcfffea8Adam Coldrick2015-03-301-0/+25
* Morph build 271da1e1d62c40748b586dc0345d0f7dAdam Coldrick2015-03-241-25/+0
* Morph build 11ac5b237b3640718da94ad8e252d330Adam Coldrick2015-03-191-0/+25
* Morph build 2ee8190abe87461992f5b7ed85fe2ee9Adam Coldrick2015-03-191-5/+4
* 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