summaryrefslogtreecommitdiff
path: root/morphlib
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
* | ArtifactResolverTests: use keyword args for FakeStratumMorphologySam Thursfield2012-08-301-34/+43
* | Display expected filename in "Failed to determine build system" errorSam Thursfield2012-08-301-3/+3
* | Log a clear error if creating an empty stratumSam Thursfield2012-08-301-0/+2
* | Strata should be referred to with full repo/ref/morph tripletsSam Thursfield2012-08-304-34/+65
* | Strata contain "chunks", not "sources"Sam Thursfield2012-08-298-26/+25
|/
* Always ls-tree before trying to cat-fileSam Thursfield2012-08-242-36/+35
* Refactor build system code for easier testingSam Thursfield2012-08-242-31/+16
* Use git ls-tree to autodetect build systemSam Thursfield2012-08-244-72/+41
* Support 'git ls-tree' in local and remote reposSam Thursfield2012-08-244-0/+91
* buildsystem: Fix incorrect testcaseSam Thursfield2012-08-241-2/+2
* Fix test coverage for squeeze coverage.pyLars Wirzenius2012-08-151-3/+3
* Change default repo-aliases to git.baserock.orgDaniel Silverstone2012-08-151-5/+5
* Make SyslinuxDiskBuilder inherit from DiskImageBuilderDaniel Silverstone2012-08-141-134/+11
* Initial non-syslinux disk image kindDaniel Silverstone2012-08-142-0/+163
* Add support for autogen in addition to autogen.shLars Wirzenius2012-08-081-1/+3
* Fix deprecation message when showing error messageLars Wirzenius2012-08-071-1/+1
* 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-062-10/+6
* Merge branch 'master' of roadtrain.codethink.co.uk:baserock/morphLars Wirzenius2012-08-012-1/+13
|\
| * Merge branch 'samthursfield/clearer-morphology-parse-errors' of git://roadtra...Richard Maw2012-08-012-2/+13
| |\
| | * Raise clearer error on morphology parse errorsSam Thursfield2012-07-312-2/+12
| |/
* | Move cmd_build to a separate pluginRichard Maw2012-08-012-17/+47
* | 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