summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Add functions for creating and unpacking binary chunks.Lars Wirzenius2011-10-173-0/+128
* Move Builder.arch into util.arch.Lars Wirzenius2011-10-173-5/+18
* Remove creation of /etc/hostname from morph.Lars Wirzenius2011-10-171-7/+0
* Configure extlinux to do a silent boot.Lars Wirzenius2011-10-101-1/+1
* Make morph build a system image that boots with extlinux, and related changes.Lars Wirzenius2011-10-101-11/+40
* Create /etc when setting hostname.Lars Wirzenius2011-10-101-0/+1
* Look up stratas relative to the system morphology.Lars Wirzenius2011-10-101-1/+8
* Handle unicode in indented error messages.Lars Wirzenius2011-10-081-2/+7
* Fix GPL version sentence grammar.Lars Wirzenius2011-10-0612-12/+12
* Use ext4, set hostname, and create fstab.Lars Wirzenius2011-10-051-1/+12
* Build system morphologies.Lars Wirzenius2011-10-051-2/+84
* Log when a temporary directory is cleaned.Lars Wirzenius2011-10-051-0/+1
* Add disk_size attribute to morphologies.Lars Wirzenius2011-10-052-0/+6
* Differentiate between real and fake root.Lars Wirzenius2011-10-052-6/+10
* Always rebuild stratum.Lars Wirzenius2011-10-051-5/+2
* Allow missing "description" in morphologies.Lars Wirzenius2011-10-051-1/+1
* Add description field to morphologies and binary metadata.Lars Wirzenius2011-10-053-0/+7
* Add "kind" from the morphology to the metadata.Lars Wirzenius2011-10-051-0/+1
* Put the commit id in the chunk metadata, not branch name or whatever.Lars Wirzenius2011-10-051-1/+3
* Pretty print JSON in the metadata files.Lars Wirzenius2011-10-051-1/+2
* Add repo/ref for chunk metadata, and add stratum metadata to binaries.Lars Wirzenius2011-10-051-3/+7
* Add metadata into binary.Lars Wirzenius2011-10-051-0/+15
* Remove morphology validation.Lars Wirzenius2011-10-042-399/+13
* Add preliminary support for system morphologies.Lars Wirzenius2011-10-032-0/+20
* Create install root, since not all upstreams create it.Lars Wirzenius2011-10-031-0/+1
* Run install commands as root.Lars Wirzenius2011-10-031-1/+1
* Make Execute.run and .runv be able to easily run commands as root.Lars Wirzenius2011-10-032-3/+14
* Build strata recursively.Lars Wirzenius2011-09-293-5/+63
* Don't build stratum that already exists in cache.Lars Wirzenius2011-09-291-2/+5
* Only build a chunk if it is missing from cache.Lars Wirzenius2011-09-291-10/+14
* Note problem with stratum cache naming.Lars Wirzenius2011-09-291-0/+1
* Store blobs in cache directory.Lars Wirzenius2011-09-291-10/+31
* Add generation of filenames in the cache directory.Lars Wirzenius2011-09-292-0/+53
* Add CacheDir.key method.Lars Wirzenius2011-09-292-0/+48
* Add trivial CacheDir.Lars Wirzenius2011-09-293-0/+53
* Add --cachedir option for specifying where build results go.Lars Wirzenius2011-09-291-1/+1
* Adapt cmdtest tests to chunk morphs no longer having a "source" field.Lars Wirzenius2011-09-291-7/+9
* Remove "source" field from chunk morphologies.Lars Wirzenius2011-09-292-92/+1
* Fix ExecuteTests to create Execute class correctly.Lars Wirzenius2011-09-291-1/+1
* Initial import.Lars Wirzenius2011-09-2910-0/+1131