summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Move BuildCommand from app into its own moduleRichard Maw2012-08-014-280/+301
* Consolidate morphology writing code in pluginRichard Maw2012-08-011-4/+3
* Move edit to plugin and remove dead code from appRichard Maw2012-08-012-156/+94
* Move merge command to pluginRichard Maw2012-08-012-18/+29
* Move command petrify to branch_and_merge pluginRichard Maw2012-08-012-35/+33
* move command show-system-branch to pluginRichard Maw2012-08-012-13/+29
* Move commands branch and checkout to pluginRichard Maw2012-08-012-41/+79
* Add chatty output to init commandRichard Maw2012-08-011-0/+1
* Move init and minedir to branch_and_merge pluginRichard Maw2012-08-012-28/+68
* Move command make-patch to Trebuchet pluginRichard Maw2012-08-012-91/+111
* Move utility functions for creating cachesRichard Maw2012-08-012-43/+60
* morph: move update-gits to pluginRichard Maw2012-08-012-48/+92
* Publicize _itertriplets and _create_source_poolRichard Maw2012-08-013-9/+22
* move show-dependencies command into a pluginRichard Maw2012-08-012-39/+71
* python scripts: pep8ize codebaseRichard Maw2012-08-0157-1189/+1186
* Refactor by breaking long expression into twoLars Wirzenius2012-07-261-2/+2
* Refactor to get rid of undescriptive variable namesLars Wirzenius2012-07-261-6/+4
* Refactor: move kernel artifact creation into base classLars Wirzenius2012-07-263-16/+21
* Fix rootfs-tarball to create kernel image on all archesLars Wirzenius2012-07-261-8/+7
* Don't generate extlinux config for rootfs tarballLars Wirzenius2012-07-261-15/+0
* Move fstab creation into base classLars Wirzenius2012-07-263-26/+22
* Move strata unpacking into a base classLars Wirzenius2012-07-263-106/+56
* Fix code path for error handlingLars Wirzenius2012-07-261-4/+7
* Remove arch specific test in syslinux-disk builderLars Wirzenius2012-07-261-12/+10
* Start a tarball systembuilderLars Wirzenius2012-07-263-3/+163
* Only provide syslinux-disk on Intel platformsLars Wirzenius2012-07-261-1/+4
* Move syslinux-disk system building into pluginLars Wirzenius2012-07-262-237/+277
* Refactor system building to use syskind specific classLars Wirzenius2012-07-262-2/+52
* Merge branch 'liw/require-system-kind'Lars Wirzenius2012-07-237-38/+200
|\
| * Require system-kind on system morphologiesLars Wirzenius2012-07-193-0/+14
| * Set Morphology.needs_artifact_metadata_cachedLars Wirzenius2012-07-193-3/+16
| * Have MorphologyFactor set Morphology.needs_staging_areaLars Wirzenius2012-07-193-2/+19
| * Have MorphologyFactory set Morphology.builds_artifactsLars Wirzenius2012-07-185-32/+134
| * Remove pointless hashbangLars Wirzenius2012-07-181-2/+0
| * Add missing empty lines, for clarityLars Wirzenius2012-07-182-0/+18
* | morph: Add a sensible default path of morphlib/pluginsRichard Maw2012-07-181-0/+4
|/
* Merge remote branch 'origin/samthursfield/avoid-double-configure'Lars Wirzenius2012-07-181-0/+1
|\
| * Avoid running configure twice on Autotools projectsSam Thursfield2012-07-181-1/+1
* | Expose the real filename for SaveFileLars Wirzenius2012-07-173-4/+12
* | Log to morph's log output of a failed buildLars Wirzenius2012-07-171-0/+7
|/
* Add status messages for git clones / updatesLars Wirzenius2012-07-161-0/+4
* Merge remote branch 'remotes/origin/baserock/bugfix/S3595-morph-updates-gits-...Lars Wirzenius2012-07-161-4/+13
|\
| * BuildCommand: don't always update git repositoriesRichard Maw2012-07-131-4/+13
* | Predefine git URIs for freedesktop: reposSam Thursfield2012-07-121-0/+3
* | Fix test suiteLars Wirzenius2012-07-121-1/+2
* | Add graph-build-depends subcommandLars Wirzenius2012-07-121-0/+67
|/
* Do not uselessly fill staging area for strataLars Wirzenius2012-07-111-3/+4
* SystemBuild: remove check for if arch == NoneRichard Maw2012-07-111-4/+4
* Add check for undefined arch in system morphologyRichard Maw2012-07-111-0/+5
* Move stratum verification to morphologyfactoryRichard Maw2012-07-112-13/+12