 Issue 29630555:
  Issue 6141, 6140 - Adapt to new build.py interface  (Closed) 
  Base URL: https://hg.adblockplus.org/sitescripts/file/6287fd6aa256
    
  
    Issue 29630555:
  Issue 6141, 6140 - Adapt to new build.py interface  (Closed) 
  Base URL: https://hg.adblockplus.org/sitescripts/file/6287fd6aa256| 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 |