summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Always get all morphologies from gitLars Wirzenius2011-11-022-49/+36
* Add more progress messagesLars Wirzenius2011-11-021-1/+3
* Refactor builder.py for correctness and clarityLars Wirzenius2011-11-021-168/+180
* Make root filesystem read-write by defaultLars Wirzenius2011-11-021-1/+1
* Fix error handling to not assume a mount point already existsLars Wirzenius2011-11-021-4/+6
* Add a way to specify build systemLars Wirzenius2011-11-013-6/+64
* Make 'repo' in strata sources lists default to name of chunkLars Wirzenius2011-11-012-2/+3
* Add max-jobs into chunk morphologiesLars Wirzenius2011-11-011-1/+3
* Add --max-jobs optionLars Wirzenius2011-11-011-2/+7
* Enable ccache by defaultLars Wirzenius2011-11-011-1/+4
* Set CCACHE_BASEDIR for ccache users.Lars Wirzenius2011-10-191-0/+1
* Use make_concurrency to set MAKEFLAGS when buidling.Lars Wirzenius2011-10-192-0/+3
* Add method for deciding how many concurrent make jobs to run.Lars Wirzenius2011-10-192-0/+30
* Include stdout output in CommandFailed errors.Lars Wirzenius2011-10-192-5/+36
* Fix things so that building base system image on Debian wheezy works.Lars Wirzenius2011-10-181-2/+3
* Compute a cache pathname prefix, add suffix later.Lars Wirzenius2011-10-171-14/+15
* Remove spurious empty lines.Lars Wirzenius2011-10-171-2/+0
* Fold in code for create_build_tree.Lars Wirzenius2011-10-171-13/+10
* Simplify code a bit.Lars Wirzenius2011-10-171-5/+1
* Remove useless Execute instance.Lars Wirzenius2011-10-171-1/+0
* Get rid of semi-useless create_stratum method.Lars Wirzenius2011-10-171-14/+5
* Remove semi-pointless wrapper method.Lars Wirzenius2011-10-171-12/+4
* Move code to get morphology text from git into morphlib.git.Lars Wirzenius2011-10-172-42/+47
* Move get_git_commit_id into morphlib.git and rename.Lars Wirzenius2011-10-172-12/+17
* Start a git module for abstracting away git operations.Lars Wirzenius2011-10-173-6/+37
* Use create_stratum and unpack_stratum helper functions.Lars Wirzenius2011-10-171-4/+2
* Add functions for creating and unpacking strata.Lars Wirzenius2011-10-172-0/+46
* Use morphlib.bins.create_chunk and unpack_chunk in builder.Lars Wirzenius2011-10-171-6/+3
* 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