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

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

Issue 29630642: #5906 - Fix generation of ABP Chrome docs (Closed) Base URL: https://hg1/infrastructure
Patch Set: Created Dec. 5, 2017, 11:02 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hiera/roles/web/adblockplus.yaml
===================================================================
--- a/hiera/roles/web/adblockplus.yaml
+++ b/hiera/roles/web/adblockplus.yaml
@@ -29,7 +29,7 @@
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
+ adblockpluschrome_command=./build.py 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld