summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* CacheKeyComputer: re-use dict hash logic for morphology hashingRichard Maw2012-05-182-30/+2
* SystemBuilder: expect rootfs to be /dev/sda1Richard Maw2012-05-171-3/+3
* Build chunk artifacts in a deterministic orderLars Wirzenius2012-05-171-1/+3
* bins: move errno from stagingareaRichard Maw2012-05-152-1/+1
* builder: use the same tar extract logic for all artifactsRichard Maw2012-05-144-95/+86
* builder: log to warnings when artifacts overlapRichard Maw2012-05-141-4/+43
* Remove spurious empty line from the sourceLars Wirzenius2012-05-111-1/+0
* Fix stringifying morphologies to be deterministicLars Wirzenius2012-05-112-4/+32
* Change cache keys for strata, systems to use sha of morphology, instead of co...Lars Wirzenius2012-05-092-2/+33
* Add a Morphology.keys() methodLars Wirzenius2012-05-092-0/+16
* Use documented interface to get filename rather than SaveFile's internalsLars Wirzenius2012-05-091-1/+1
* First unmap devices for system image, then close (=rename) the fileLars Wirzenius2012-05-091-1/+1
* Fix CachedRepo exceptions to initialize correctlyLars Wirzenius2012-05-091-10/+12
* Fix long lines being too long for tests to pass.Jannis Pohlmann2012-05-091-1/+1
* Create system images directly in the artifact cache using SaveFile.Jannis Pohlmann2012-05-091-16/+5
* StratumBuilder: log which chunks are unpackedRichard Maw2012-05-091-0/+3
* system image use systemd on vda1 and build in tmpRichard Maw2012-05-092-6/+6
* Break long source lines into twoLars Wirzenius2012-05-081-4/+8
* Fix missing bits so that tests pass again.Jannis Pohlmann2012-05-041-10/+11
* Make RemoteRepoCache work with the RepoAliasResolver.Jannis Pohlmann2012-05-041-21/+12
* Change LocalRepoCache to use the new RepoAliasResolver.Jannis Pohlmann2012-05-042-80/+9
* Add new RepoAliasResolver class to resolve repo names with aliases.Jannis Pohlmann2012-05-043-0/+163
* Remove %s from one of the url patterns, to improve test coverageLars Wirzenius2012-05-041-1/+1
* Fix LocalRepoCache to not abort on %s-less repo patternsLars Wirzenius2012-05-041-3/+17
* Remove use of baseurls in LocalRepoCacheLars Wirzenius2012-05-042-33/+29
* Implement repo-alias expansionLars Wirzenius2012-05-042-5/+44
* Add tests for repo-alias expansionLars Wirzenius2012-05-042-0/+13
* Update LocalRepoCache tests to use repo aliases instead of baseurlsLars Wirzenius2012-05-041-6/+6
* Make morph's _clone_to_directory use CachedRepo.checkoutLars Wirzenius2012-05-042-9/+8
* Relax CachedRepo.checkout requirement that ref is a sha1Lars Wirzenius2012-05-042-11/+2
* Integrate RemoteArtifactCache into the building process.Jannis Pohlmann2012-05-031-15/+37
* Use dedicated <cachedir>/artficats directory for local artifact cache.Jannis Pohlmann2012-05-031-2/+3
* Get rid of the old internal morph APIsLars Wirzenius2012-05-0213-2412/+57
* Remove now-unnecessary modules from __init__.pyLars Wirzenius2012-05-021-6/+0
* Build items as late as possible in the build order.Jannis Pohlmann2012-05-011-31/+32
* stagingarea: fix dir detectionRichard Maw2012-04-301-4/+4
* Improve artifact extraction logic when overwriting existing stuff on filesystemLars Wirzenius2012-04-301-3/+49
* stagingarea: when extracting, clobber outputRichard Maw2012-04-271-0/+3
* buildenvironment: pass through BOOTSTRAP_TOOLSRichard Maw2012-04-261-0/+1
* stagingarea: remove path from chrootRichard Maw2012-04-261-1/+1
* Restructure code so coverage is happyLars Wirzenius2012-04-261-8/+7
* Monkey patch Python's tarfile.TarFile for proper errors, ignoring overwritesLars Wirzenius2012-04-261-0/+31
* Fix unmounting /proc in staging so it works when /proc wasn't mountedLars Wirzenius2012-04-261-2/+2
* Fix how we set TMPDIR in the build environmentLars Wirzenius2012-04-262-1/+5
* Fix how unmounting of /proc inside chroot is doneLars Wirzenius2012-04-261-5/+8
* Unmounted /proc in staging before assembling chunks, and only if it is thereLars Wirzenius2012-04-251-3/+2
* Log /proc pathname in chroot when unmountingLars Wirzenius2012-04-251-1/+1
* Add morphlib.Error and make local repo cache exceptions be based on itLars Wirzenius2012-04-252-2/+11
* builder2 tests: add extra required parameterRichard Maw2012-04-251-2/+3
* Merge branch 'rm/cpan-paths'Richard Maw2012-04-251-1/+7
|\