Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/web/files/sitescripts

Issue 29559567: #3960 - Move [docs] section in sitescripts.ini to Hiera configuration (Closed)
Patch Set: Created Sept. 29, 2017, 10:28 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « hiera/roles/web/adblockplus.yaml ('k') | modules/web/manifests/server.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/web/files/sitescripts
diff --git a/modules/web/files/sitescripts b/modules/web/files/sitescripts
deleted file mode 100644
index e19042e380dc4795b4e19f64a47a25b0075d92f0..0000000000000000000000000000000000000000
--- a/modules/web/files/sitescripts
+++ /dev/null
@@ -1,14 +0,0 @@
-[docs]
-temp_directory=/tmp/sitescripts-generate-docs
-adblockplus_repository=https://hg.adblockplus.org/adblockplus
-adblockplus_target_directory=/var/www/docs/jsdoc/adblockplus
-adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
-adblockpluschrome_repository=https://hg.adblockplus.org/adblockpluschrome
-adblockpluschrome_target_directory=/var/www/docs/jsdoc/adblockpluschrome
-adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
-adblockpluscore_repository=https://hg.adblockplus.org/adblockpluscore
-adblockpluscore_target_directory=/var/www/docs/jsdoc/adblockpluscore
-adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
-libadblockplus_repository=https://hg.adblockplus.org/libadblockplus
-libadblockplus_target_directory=/var/www/docs/docs/libadblockplus
-libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
« no previous file with comments | « hiera/roles/web/adblockplus.yaml ('k') | modules/web/manifests/server.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld