summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-3021-1075/+165
* morph.runcmd: set TMPDIR from --tempdirRichard Maw2012-05-301-0/+4
* morph: use dir=tempdir when making tempdirsRichard Maw2012-05-301-4/+4
* Add test for using --tempdirRichard Maw2012-05-301-0/+26
* morph: change default repos to gitano@roadtrainRichard Maw2012-05-291-4/+4
* branch+merge: add why we petrify to walkthroughRichard Maw2012-05-221-0/+4
* morph: fix morph edit pushInsteadOf urlsRichard Maw2012-05-221-2/+2
* CacheKeyComputer: re-use dict hash logic for morphology hashingRichard Maw2012-05-182-30/+2
* Allow "morph edit" to have a default ref to branch off fromLars Wirzenius2012-05-173-16/+72
* Add test case for "morph edit" updating strataLars Wirzenius2012-05-172-0/+54
* Update refs in morphologies when doing "morph edit"Lars Wirzenius2012-05-171-0/+43
* Fix filenames of test morphologiesLars Wirzenius2012-05-175-10/+10
* SystemBuilder: expect rootfs to be /dev/sda1Richard Maw2012-05-171-3/+3
* morph: when bootstrapping, install all chunksRichard Maw2012-05-171-0/+9
* Build chunk artifacts in a deterministic orderLars Wirzenius2012-05-171-1/+3
* Unpack artifacts in the staging area in the order they were built.Jannis Pohlmann2012-05-161-3/+3
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-05-1516-119/+510
|\
| * tests: stratum overlap tests files insteadRichard Maw2012-05-154-6/+12
| * bins: move errno from stagingareaRichard Maw2012-05-152-1/+1
| * tests: update to produce less useless outputRichard Maw2012-05-148-54/+11
| * builder: use the same tar extract logic for all artifactsRichard Maw2012-05-144-95/+86
| * tests: add checks for link behaviourRichard Maw2012-05-148-1/+84
| * tests: rename stratum-overlap to *-warnsRichard Maw2012-05-143-8/+30
| * scripts/list-tree: work with busybox findRichard Maw2012-05-141-1/+21
| * builder: log to warnings when artifacts overlapRichard Maw2012-05-147-23/+335
* | Add test case for autotools buildsystem handling autogen.sh failingLars Wirzenius2012-05-152-0/+39
|/
* Remove spurious empty line from the sourceLars Wirzenius2012-05-111-1/+0
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-05-111-11/+7
|\
| * Use the artifacts/ subdirectory of the cache for dumping build times.Jannis Pohlmann2012-05-101-3/+3
| * Use the new {x86_64-generic,imx53}-bootstrap-pass3 strata for pass 3.Jannis Pohlmann2012-05-091-8/+4
* | Fix stringifying morphologies to be deterministicLars Wirzenius2012-05-112-4/+32
|/
* Add a "gnome:" repo aliasLars Wirzenius2012-05-091-0/+3
* 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
* Obey --not-git-update in _clone_to_directoryLars Wirzenius2012-05-091-1/+2
* Revert "bootstrap: disable dumping of build times"Jannis Pohlmann2012-05-091-3/+3
* Fix long lines being too long for tests to pass.Jannis Pohlmann2012-05-092-2/+3
* 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
* Use baserock:morphs for what we build in pass 3 of baserock-bootstrap.Jannis Pohlmann2012-05-081-3/+3
* Defer installing chunk artifacts until we need them.Jannis Pohlmann2012-05-081-9/+13
* Fix cmd_petrify to use the new RepoAliasResolver.Jannis Pohlmann2012-05-081-2/+3
* Break long source lines into twoLars Wirzenius2012-05-081-4/+8
* Use 'baserock' repo alias for baserock:morphs in baserock-bootstrap.Jannis Pohlmann2012-05-081-7/+7
* Fix missing bits so that tests pass again.Jannis Pohlmann2012-05-042-16/+19
* Make RemoteRepoCache work with the RepoAliasResolver.Jannis Pohlmann2012-05-041-21/+12