From 2d01f6b8ae75bee1eb3fd95b8b30d76072c9641d Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 29 Oct 2015 13:52:28 -0200 Subject: [PATCH] Rakefile: make bootstrap and run depend on the SSH config file --- Rakefile | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/Rakefile b/Rakefile index 83be36a..ea54cbc 100644 --- a/Rakefile +++ b/Rakefile @@ -90,6 +90,8 @@ if ['local', 'lxc'].include?($SPB_ENV) puts 'ERB %s' % t.name end end +task 'bootstrap_common' => ssh_config_file +task 'run_input' => ssh_config_file desc 'Downloads latest system backups to backups directory. WARNING: This overrides anything written in the backups directory' task :backup => ssh_config_file do -- libgit2 0.21.2