summaryrefslogtreecommitdiff
path: root/morphlib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix branch/checkout to always create branches in the workspace directoryJannis Pohlmann2012-08-301-10/+14
* Add "morph show-branch-root" commandJannis Pohlmann2012-08-301-0/+11
* Avoid editing a list while iterating itSam Thursfield2012-08-301-1/+2
* Correctly ignore hidden dirs when searching for system branchSam Thursfield2012-08-301-1/+4
* Fix spelling errorSam Thursfield2012-08-301-1/+1
* Merge branch 'jannis/initial-branch-and-merge-work'Sam Thursfield2012-08-301-80/+152
|\
| * Rename internal function added in a previous commitJannis Pohlmann2012-08-291-6/+6
| * Add mandatory repository parameter to "morph branch"Jannis Pohlmann2012-08-291-11/+8
| * Remember repository that was branched off from for merging and editingJannis Pohlmann2012-08-291-27/+54
| * Make "morph checkout" require a repository parameterJannis Pohlmann2012-08-291-7/+29
| * Make "morph show-system-branch" anywhere in a workspace, if possibleJannis Pohlmann2012-08-291-3/+28
| * Use .morph-system-branch directories to identify branch directoriesJannis Pohlmann2012-08-291-25/+19
| * Rename the "morph minedir" command to "morph workspace"Jannis Pohlmann2012-08-291-24/+26
| * Create mine directory if it does not exists when running "morph init"Jannis Pohlmann2012-08-281-2/+7
* | Strata contain "chunks", not "sources"Sam Thursfield2012-08-291-4/+4
|/
* Make SyslinuxDiskBuilder inherit from DiskImageBuilderDaniel Silverstone2012-08-141-134/+11
* Initial non-syslinux disk image kindDaniel Silverstone2012-08-141-0/+27
* SyslinuxDiskBuilder: sync before snapshottingRichard Maw2012-08-071-0/+3
* Raise Error if install_mbr failsRichard Maw2012-08-061-0/+8
* systembuilder: select mbr search paths from configRichard Maw2012-08-061-2/+6
* Move install_syslinux_mbr into syslinux pluginRichard Maw2012-08-061-1/+6
* Move cmd_build to a separate pluginRichard Maw2012-08-011-0/+47
* Move BuildCommand from app into its own moduleRichard Maw2012-08-011-1/+1
* Consolidate morphology writing code in pluginRichard Maw2012-08-011-4/+3
* Move edit to plugin and remove dead code from appRichard Maw2012-08-011-0/+94
* Move merge command to pluginRichard Maw2012-08-011-0/+29
* Move command petrify to branch_and_merge pluginRichard Maw2012-08-011-0/+33
* move command show-system-branch to pluginRichard Maw2012-08-011-1/+29
* Move commands branch and checkout to pluginRichard Maw2012-08-011-0/+79
* Add chatty output to init commandRichard Maw2012-08-011-0/+1
* Move init and minedir to branch_and_merge pluginRichard Maw2012-08-011-0/+68
* Move command make-patch to Trebuchet pluginRichard Maw2012-08-011-0/+111
* morph: move update-gits to pluginRichard Maw2012-08-011-0/+74
* Publicize _itertriplets and _create_source_poolRichard Maw2012-08-012-3/+3
* move show-dependencies command into a pluginRichard Maw2012-08-011-0/+71
* python scripts: pep8ize codebaseRichard Maw2012-08-014-38/+35
* 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-262-16/+2
* 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-262-26/+2
* Move strata unpacking into a base classLars Wirzenius2012-07-262-106/+2
* Remove arch specific test in syslinux-disk builderLars Wirzenius2012-07-261-12/+10
* Start a tarball systembuilderLars Wirzenius2012-07-262-3/+161
* Only provide syslinux-disk on Intel platformsLars Wirzenius2012-07-261-1/+4
* Move syslinux-disk system building into pluginLars Wirzenius2012-07-261-0/+276
* Fix test suiteLars Wirzenius2012-07-121-1/+2
* Add graph-build-depends subcommandLars Wirzenius2012-07-121-0/+67
* Fix hello plugin's argument synopsisLars Wirzenius2012-06-111-1/+1