summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Make rootfs-tarball build only the tarball also on ARMLars Wirzenius2013-02-202-13/+2
* Add clarifying commentSam Thursfield2013-02-191-1/+3
* Rewrite show-dependencies to work without BuildOrderLars Wirzenius2013-02-191-15/+7
* Stop computing the old build orderingLars Wirzenius2013-02-194-267/+17
* Replace builder order graph with just a single artifactLars Wirzenius2013-02-194-36/+54
* Merge branch 'baserock/richardmaw/fix-edit-build-depends'Sam Thursfield2013-02-131-33/+66
|\
| * morph edit: Recursively edit strataRichard Maw2013-02-131-33/+66
* | Improve message phrasingLars Wirzenius2013-02-121-2/+2
* | Add missing "import sys" to fix error messagesLars Wirzenius2013-02-121-0/+1
* | Merge branch 'liw/deployment-refactor' of git://git.baserock.org/baserock/bas...Richard Maw2013-02-1210-1/+714
|\ \
| * | Add missing argument to create_local_system methodLars Wirzenius2013-02-071-1/+1
| * | Refactor: Add WriteExtension.create_local_system methodLars Wirzenius2013-02-074-69/+52
| * | Remove debugging outputLars Wirzenius2013-02-073-29/+0
| * | Do away with unnecessary fstab entries for proc, sysLars Wirzenius2013-02-071-2/+0
| * | Let mount choose loop deviceLars Wirzenius2013-02-071-2/+1
| * | Create hole in-process without executing dd(1)Lars Wirzenius2013-02-071-7/+4
| * | Comment logic in _run_extensionLars Wirzenius2013-02-071-0/+3
| * | Make configuration-extensions have a default valueLars Wirzenius2013-02-072-12/+11
| * | Fix docstring and error messageLars Wirzenius2013-02-071-3/+3
| * | Describe how we re-use code from branch+merge pluginLars Wirzenius2013-02-071-0/+6
| * | Add cmdtest for "morph deploy" and rawdisk.writeLars Wirzenius2013-02-061-5/+7
| * | Add a write extension for kvm+libvirtLars Wirzenius2013-02-061-0/+140
| * | Add a write extension for VirtualBoxLars Wirzenius2013-02-061-0/+158
| * | Add a write extension for raw disk imagesLars Wirzenius2013-02-061-0/+70
| * | Add a configuration extension for setting hostnameLars Wirzenius2013-02-061-0/+27
| * | Add morphlib module for common write extension codeLars Wirzenius2013-02-062-0/+159
| * | Add deployment pluginLars Wirzenius2013-02-063-0/+201
| |/
* | git: clone then checkout instead of clone -bRichard Maw2013-02-111-1/+5
* | branch and merge: add branch-from-image commandRichard Maw2013-02-111-0/+128
* | branch and merge: combine checkout and branch logicRichard Maw2013-02-111-48/+37
* | Make petrify more versatile than just making tagsRichard Maw2013-02-111-8/+18
* | RepoAliasResolver: gimp logging during testsRichard Maw2013-02-111-0/+2
* | RepoAliasResolver: Add aliases_from_url methodRichard Maw2013-02-112-0/+63
* | repoaliasresolver: compile patterns on creationRichard Maw2013-02-112-19/+43
* | Make metadata include the repo-alias.Richard Maw2013-02-112-1/+3
* | Merge remote-tracking branch 'origin/samthursfield/morph-name-equals-filename'Lars Wirzenius2013-02-112-24/+37
|\ \
| * | Require morphology name to match filenameSam Thursfield2013-02-082-24/+37
| |/
* | yaml: use Safe Loaders and DumpersRichard Maw2013-02-111-4/+4
|/
* Remove deprecated functionsSam Thursfield2013-02-061-24/+0
* Avoid confusing error when staging area is emptySam Thursfield2013-02-061-2/+3
* Tidy up create_cachedir()Sam Thursfield2013-02-062-19/+15
* Merge branch 'liw/soft-pyyaml-dep'Sam Thursfield2013-01-296-110/+142
|\
| * Make yaml be an optional dependencyLars Wirzenius2013-01-296-110/+143
* | Fix copyright yearSam Thursfield2013-01-291-1/+1
* | Disable distcc by defaultSam Thursfield2013-01-291-2/+3
|/
* Merge branch 'jjardon/yaml-v2'Sam Thursfield2013-01-2810-26/+247
|\
| * Remove unneded json module importsJavier Jardón2013-01-282-3/+1
| * Fix testsRichard Maw2013-01-223-5/+89
| * Parse as YAML if not valid JSONRichard Maw2013-01-224-8/+146
| * Move OrderedDict and json loading to morphlib.utilRichard Maw2013-01-222-11/+12