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

Unified Diff: .sitescripts.example

Issue 29630555: Issue 6141, 6140 - Adapt to new build.py interface (Closed) Base URL: https://hg.adblockplus.org/sitescripts/file/6287fd6aa256
Patch Set: NO CHANGE rebase against current master Created Dec. 5, 2017, 12:34 p.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 | sitescripts/extensions/bin/createNightlies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .sitescripts.example
diff --git a/.sitescripts.example b/.sitescripts.example
index cdeef1c2954e232f30d838a86edb263f34d94ab2..9272286dcf3c7a746141c8b3e8956d0e9cd65240 100644
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -215,7 +215,7 @@ adblockplus_target_directory=%(root)s/www/jsdoc/adblockplus
adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
adblockpluschrome_repository=%(root)s/hg/adblockpluschrome
adblockpluschrome_target_directory=%(root)s/www/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=%(root)s/hg/adblockpluscore
adblockpluscore_target_directory=%(root)s/www/jsdoc/adblockpluscore
adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
« no previous file with comments | « no previous file | sitescripts/extensions/bin/createNightlies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld