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

Unified Diff: hiera/roles/web/adblockplus.yaml

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 | « no previous file | modules/web/files/sitescripts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/web/adblockplus.yaml
diff --git a/hiera/roles/web/adblockplus.yaml b/hiera/roles/web/adblockplus.yaml
index 8b3f66ec20ddfffc56876f06d70730c7d88c4004..4ea853915c1c0002d0b6f041ba3d2f4510e1712e 100644
--- a/hiera/roles/web/adblockplus.yaml
+++ b/hiera/roles/web/adblockplus.yaml
@@ -20,4 +20,20 @@ sitescripts::configfragments:
sitescripts.subscriptions.web.fallback =
[subscriptions]
repository=/home/www/subscriptionlist
+ generate_docs:
+ content: |
+ [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 | « no previous file | modules/web/files/sitescripts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld