summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove spurious empty linesLars Wirzenius2012-06-111-8/+0
| * Refactor for clarityLars Wirzenius2012-06-111-6/+7
| * More refactoring: add method to install artifactsLars Wirzenius2012-06-111-14/+11
| * More refactoringLars Wirzenius2012-06-111-5/+8
| * More refactoringLars Wirzenius2012-06-111-24/+31
| * Refactor cmd_build some moreLars Wirzenius2012-06-111-36/+52
| * RefactorLars Wirzenius2012-06-111-9/+15
| * Add way for user to specify additional plugin directoriesLars Wirzenius2012-06-111-0/+5
| * Fix hello plugin's argument synopsisLars Wirzenius2012-06-111-1/+1
| * Proper implementation of sample pluginLars Wirzenius2012-06-111-1/+7
| * Add a preliminary sample pluginLars Wirzenius2012-06-113-0/+904
| * Fix unit tests to raise cliapp.AppException the right wayLars Wirzenius2012-06-072-6/+6
* | morphlib.fsutils: setup_device_mapping simplifyRichard Maw2012-06-131-7/+3
* | create_fs: remove the filesystem size optionsRichard Maw2012-06-131-4/+1
|/
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-3019-971/+138
* 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