Commit
4e4b1d2b74cba2312380c45b34159adb55b9035a
Exists in
master
and in
36 other branches
add_super_archives_plugin, automates_core_packing, changes_in_buttons_on_content_panel, colab_fix_automatic_group_creation_bug, gitlab-8.x, gov-user-refactoring, gov-user-refactoring-rails4, gov-user-to-organization, high_contrast, high_contrast_style, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, mezuro_spb, packaging_colab_plugins, performance, refactor_software_communities, refactor_software_communities_rails4, refactor_software_for_sisp, refactor_software_info_to_software, register_page, remove-unused-images, removing_super_archives_email, restore, signals_user_noosfero, software_as_organization, spb_minimal_env, stable-4.1, stable-4.2, stable-4.x, stable-5.0, stable-5.1, stable-devel, temp_soft_comm_refactoring, theme_header, thread_page
Load a local rakefile to set chake options
| @@ -5,3 +5,4 @@ |
| @@ -5,3 +5,4 @@ |
5
| /tmp |
5
| /tmp |
6
| /docs/_build |
6
| /docs/_build |
7
| /.*.html |
7
| /.*.html |
| |
8
| +/local.rake |
| @@ -12,6 +12,12 @@ if Chake::VERSION < '0.4' |
| @@ -12,6 +12,12 @@ if Chake::VERSION < '0.4' |
12
| fail "Please upgrade to chake 0.4+" |
12
| fail "Please upgrade to chake 0.4+" |
13
| end |
13
| end |
14
| |
14
| |
| |
15
| +begin |
| |
16
| + load 'local.rake' |
| |
17
| +rescue LoadError |
| |
18
| + # nothing |
| |
19
| +end |
| |
20
| + |
15
| config = YAML.load_file(config_file) |
21
| config = YAML.load_file(config_file) |
16
| ips = YAML.load_file(ips_file) |
22
| ips = YAML.load_file(ips_file) |
17
| $nodes.each do |node| |
23
| $nodes.each do |node| |
| @@ -0,0 +1,2 @@ |
| @@ -0,0 +1,2 @@ |
| |
1
| +# copy this file to local.rake and adjust to your local environment |
| |
2
| +ENV['CHAKE_RSYNC_OPTIONS'] = '--exclude tmp/dump' |