aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-27 22:37:50 -0700
committerelijah <elijah@riseup.net>2013-06-27 22:37:50 -0700
commit466f774624bf5d8074306b0148b887b13e653fe7 (patch)
tree5ef96b1529e430802122fef09bf28ea3314cbceb /README.md
parente0763033e497fdb7956aa62534b5f8bee0f83a12 (diff)
downloadleap_cli-466f774624bf5d8074306b0148b887b13e653fe7.tar.gz
leap_cli-466f774624bf5d8074306b0148b887b13e653fe7.tar.bz2
updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index 8f6db5a..7d7ee0d 100644
--- a/README.md
+++ b/README.md
@@ -99,13 +99,3 @@ other places, it is easier to create the symlink. If you run ``leap`` directly,
the command launcher that rubygems installs, leap will run in a mode that simulates
``bundle exec leap`` (i.e. only gems included in Gemfile are allowed to be loaded).
-Future development
-----------------------------------------------------
-
-(1) remove supply_drop - our use of supply drop no longer makes sense, as our needs diverge and we have more and more patches against upstream. the supply drop code we use should be cherry picked and brought into leap_cli.
-
- (a) create a separate rsync library independent of capistrano or supply_drop.
- (b) do our own rsync for the puppet manifests (make sure to include --copy-links)
- (c) do our own puppet apply, with capture of exit status.
-
-(2) remove capistrano. we don't need it, and it makes it awkward to do what we want (exit codes, different options for different hosts). either use another shell lib, or roll our own. maybe something like 'remotedly(hosts) do |host|....'