From 7e317e1b118e3adddf863c7dbdecfbe09c45fcf1 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 14 Mar 2014 13:05:40 +0000 Subject: Implement morph push and morph pull 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. --- without-test-modules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'without-test-modules') 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 -- cgit v1.2.1