summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-03-14 13:05:40 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-03-20 14:05:14 +0000
commit7e317e1b118e3adddf863c7dbdecfbe09c45fcf1 (patch)
tree5a32f8dac5c792366b2735805b02c8c7daf48c23 /without-test-modules
parentff07b21cfa01d12e2a5d2c883ec47a9ee6415e0f (diff)
downloadmorph-adamcoldrick/ingest-binaries-v5-rebase.tar.gz
Implement morph push and morph pulladamcoldrick/ingest-binaries-v5-rebase
Add a plugin to implement both `morph push` and `morph pull`. These commands are wrappers around the corresponding git commands push and pull, which also implement the functionality of pushing and pulling large files provided by git-fat. For example, running `morph pull` will pull any commits from the remote branch not on your local branch, and then pull any large files from the separate git-fat/rsync store on the Trove.
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules2
1 files changed, 2 insertions, 0 deletions
diff --git a/without-test-modules b/without-test-modules
index 1f5bc872..29f88f17 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -29,5 +29,7 @@ morphlib/plugins/trovectl_plugin.py
morphlib/plugins/gc_plugin.py
morphlib/plugins/branch_and_merge_new_plugin.py
morphlib/plugins/print_architecture_plugin.py
+morphlib/plugins/add_binary_plugin.py
+morphlib/plugins/push_pull_plugin.py
# Not unit tested, since it needs a full system branch
morphlib/buildbranch.py