equal
deleted
inserted
replaced
4 |
4 |
5 env.web_group = 'www-data' |
5 env.web_group = 'www-data' |
6 |
6 |
7 env.base_export_path = "~/tmp" |
7 env.base_export_path = "~/tmp" |
8 env.export_prefix = "idill" |
8 env.export_prefix = "idill" |
9 env.remote_web_path = "/iridata/iri-research/ldt/" |
9 env.remote_web_path = "/iridata/www/iri-research/labs/idill/" |
10 env.web_rsync_filters = [ |
10 env.web_rsync_filters = [ |
11 "+ core", |
11 "+ core", |
12 "- /doc/" |
12 "- /doc/", |
13 "P .htpasswd", |
13 "P .htpasswd", |
14 "P .htaccess", |
14 "P .htaccess", |
15 "P robots.txt", |
15 "P robots.txt", |
16 "P crossdomain.xml", |
16 "P crossdomain.xml", |
17 ] |
17 ] |