From b8341ba3c783444288ab7af7739f847fd4e45920 Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Thu, 15 Oct 2015 16:57:24 -0300 Subject: [PATCH] do not upload repositories in src --- Rakefile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Rakefile b/Rakefile index 126dd06..88939a2 100644 --- a/Rakefile +++ b/Rakefile @@ -18,6 +18,7 @@ ENV['CHAKE_TMPDIR'] = "tmp/chake.#{$SPB_ENV}" ENV['CHAKE_SSH_CONFIG'] = ssh_config_file ENV['CHAKE_RSYNC_OPTIONS'] = '--exclude backups' +ENV['CHAKE_RSYNC_OPTIONS'] = '--exclude src' if $SPB_ENV == 'lxc' system("mkdir -p config/lxc; sudo lxc-ls -f -F name,ipv4 | sed -e '/^softwarepublico/ !d; s/softwarepublico_//; s/_[0-9_]*/:/ ' > #{ips_file}.new") -- libgit2 0.21.2