summaryrefslogtreecommitdiff
path: root/morphlib/app.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Do not uselessly fill staging area for strataLars Wirzenius2012-07-111-3/+4
* Move stratum verification to morphologyfactoryRichard Maw2012-07-111-12/+0
* Add a hook for creating a BuildCommand instanceLars Wirzenius2012-07-051-0/+4
* Merge branch 'master' of roadtrain.codethink.co.uk:baserock/morphLars Wirzenius2012-07-031-5/+3
|\
| * morph branching: use git-config to set pushInsteadOfRichard Maw2012-07-031-5/+3
* | BuildCommand: make get_recursive_deps iterativeRichard Maw2012-07-031-7/+6
* | build: install recursive deps in staging areaRichard Maw2012-07-031-2/+14
* | build: re-implement bootstrap build logic.Richard Maw2012-07-021-0/+3
|/
* Improve error message for missing build-depsLars Wirzenius2012-06-291-2/+4
* Add check for missing build depends in strataLars Wirzenius2012-06-281-0/+11
* Improve status messages for clarityLars Wirzenius2012-06-271-13/+29
* Remove unnecessary variableLars Wirzenius2012-06-271-1/+1
* Rename build_order method to build_in_orderLars Wirzenius2012-06-271-3/+3
* Create class for build logic and fix the logicLars Wirzenius2012-06-271-206/+280
* Fix problems found by Richard in reviewLars Wirzenius2012-06-261-11/+6
* Add status message for unpacking chunksLars Wirzenius2012-06-251-3/+2
* Replace Morph.msg with Morph.statusLars Wirzenius2012-06-251-33/+86
* Merge remote branch 'remotes/origin/baserock/feature/S2938-system-artifact-sp...Lars Wirzenius2012-06-251-1/+4
|\
| * make-patch: fix artifact name to include suffixRichard Maw2012-06-211-1/+4
* | Use shutil.copyfileobj to avoid excessive memory useLars Wirzenius2012-06-221-1/+1
* | Change install_artifacts to fetch missing artifactsLars Wirzenius2012-06-221-3/+9
|/
* app: rename setup_proc to setup_mountsRichard Maw2012-06-201-6/+6
* Fix typoLars Wirzenius2012-06-131-1/+1
* Merge remote-tracking branch 'origin/master' into richardmaw/masterRichard Maw2012-06-131-0/+3
* Refactor how helper classes get instantiatedLars Wirzenius2012-06-111-35/+53
* Refactor building a group to list of artifactsLars Wirzenius2012-06-111-8/+8
* Move installation of artifacts from building themLars Wirzenius2012-06-111-7/+5
* Add setup_proc as initializer argument to BuilderLars Wirzenius2012-06-111-3/+1
* Refactor building a group into its own methodLars Wirzenius2012-06-111-11/+14
* Remove spurious logging messgesLars Wirzenius2012-06-111-2/+0
* Remove spurious empty linesLars Wirzenius2012-06-111-8/+0
* Refactor for clarityLars Wirzenius2012-06-111-6/+7
* More refactoring: add method to install artifactsLars Wirzenius2012-06-111-14/+11
* More refactoringLars Wirzenius2012-06-111-5/+8
* More refactoringLars Wirzenius2012-06-111-24/+31
* Refactor cmd_build some moreLars Wirzenius2012-06-111-36/+52
* RefactorLars Wirzenius2012-06-111-9/+15
* Add way for user to specify additional plugin directoriesLars Wirzenius2012-06-111-0/+5
* Add a preliminary sample pluginLars Wirzenius2012-06-111-0/+878