summaryrefslogtreecommitdiff
path: root/morphlib/localrepocache.py
Commit message (Expand)AuthorAgeFilesLines
* Refactored localrepocacheDaniel Firth2013-12-201-96/+34
* Add LocalRepoCache.get_updated_repo methodLars Wirzenius2013-08-061-1/+13
* Avoid caching repos that are on the local machine anywaySam Thursfield2012-11-121-3/+7
* Use tarballs instead of bundlesDaniel Silverstone2012-09-251-24/+40
* Refactor _fetch() and log bundle fetches.Daniel Silverstone2012-09-211-11/+18
* Rework git caches to be bare mirrors of the repos.Daniel Silverstone2012-09-141-2/+2
* python scripts: pep8ize codebaseRichard Maw2012-08-011-47/+46
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-6/+9
* Change LocalRepoCache to use the new RepoAliasResolver.Jannis Pohlmann2012-05-041-64/+6
* Fix LocalRepoCache to not abort on %s-less repo patternsLars Wirzenius2012-05-041-3/+17
* Remove use of baseurls in LocalRepoCacheLars Wirzenius2012-05-041-33/+23
* Implement repo-alias expansionLars Wirzenius2012-05-041-3/+42
* Add tests for repo-alias expansionLars Wirzenius2012-05-041-0/+6
* Get rid of the old internal morph APIsLars Wirzenius2012-05-021-5/+18
* Add morphlib.Error and make local repo cache exceptions be based on itLars Wirzenius2012-04-251-2/+3
* Fix LocalRepoCache tests.Jannis Pohlmann2012-04-191-1/+1
* Clone repos with no checkout, use correct gits cache dir in cmd_build.Jannis Pohlmann2012-04-191-2/+2
* Remember repo objects in LocalRepoCache to always return the same ones.Jannis Pohlmann2012-04-171-3/+10
* localrepocache: return repo after cloningRichard Maw2012-04-111-5/+14
* localrepocache: fixes to remote set-urlRichard Maw2012-04-111-3/+6
* localrepocache: fix remote origin url to upstreamRichard Maw2012-04-111-0/+1
* localrepocache: fix bundle pathsRichard Maw2012-04-111-1/+1
* localrepocache: return error descriptionRichard Maw2012-04-111-22/+43
* localrepocache: check every base-url before cloneRichard Maw2012-04-111-5/+7
* Create cache directory when needed in LocalRepoCacheLars Wirzenius2012-04-101-0/+12
* Fix unit test failures: mark out-of-coverage, and use wrapper to allow testsLars Wirzenius2012-04-101-6/+5
* Various small fixes to make the new update-gits work again.Jannis Pohlmann2012-04-101-15/+23
* Use the real CachedRepo class in LocalRepoCacheLars Wirzenius2012-04-091-9/+1
* Remove downloaded bundle after it has been clonedLars Wirzenius2012-04-091-0/+10
* Add bundle support to LocalRepoCacheLars Wirzenius2012-04-091-2/+47
* Add a LocalRepoCache classLars Wirzenius2012-04-091-0/+144