Commit b8341ba3c783444288ab7af7739f847fd4e45920
1 parent
00d985d3
Exists in
master
and in
79 other branches
do not upload repositories in src
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Rakefile
@@ -18,6 +18,7 @@ ENV['CHAKE_TMPDIR'] = "tmp/chake.#{$SPB_ENV}" | @@ -18,6 +18,7 @@ ENV['CHAKE_TMPDIR'] = "tmp/chake.#{$SPB_ENV}" | ||
18 | ENV['CHAKE_SSH_CONFIG'] = ssh_config_file | 18 | ENV['CHAKE_SSH_CONFIG'] = ssh_config_file |
19 | 19 | ||
20 | ENV['CHAKE_RSYNC_OPTIONS'] = '--exclude backups' | 20 | ENV['CHAKE_RSYNC_OPTIONS'] = '--exclude backups' |
21 | +ENV['CHAKE_RSYNC_OPTIONS'] = '--exclude src' | ||
21 | 22 | ||
22 | if $SPB_ENV == 'lxc' | 23 | if $SPB_ENV == 'lxc' |
23 | system("mkdir -p config/lxc; sudo lxc-ls -f -F name,ipv4 | sed -e '/^softwarepublico/ !d; s/softwarepublico_//; s/_[0-9_]*/:/ ' > #{ips_file}.new") | 24 | system("mkdir -p config/lxc; sudo lxc-ls -f -F name,ipv4 | sed -e '/^softwarepublico/ !d; s/softwarepublico_//; s/_[0-9_]*/:/ ' > #{ips_file}.new") |