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: Issue 6141, 6140 - Adapt to new build.py interface Created Dec. 5, 2017, 11:03 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 | 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 621317f564ff835419f40770f86edd11d543bae3..14efdbef39f1ebddf60f69a72bf83a2031942b62 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
kzar 2017/12/05 11:06:30 Does this one also need to change?
tlucas 2017/12/05 11:09:38 No, (on the infrastructure, as i just learned) 'ad
Wladimir Palant 2017/12/05 12:37:19 Actually, it might be best to remove the adblockpl
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