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

Delta Between Two Patch Sets: modules/web/files/sitescripts

Issue 29336202: Issue 3637 - Generate source code documentation on the web server (Closed)
Left Patch Set: Created Feb. 10, 2016, 12:01 p.m.
Right Patch Set: Fix generation commands Created Feb. 10, 2016, 2:05 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | modules/web/manifests/server.pp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [docs] 1 [docs]
2 temp_directory=/tmp/sitescripts-generate-docs 2 temp_directory=/tmp/sitescripts-generate-docs
3 adblockplus_repository=https://hg.adblockplus.org/adblockplus 3 adblockplus_repository=https://hg.adblockplus.org/adblockplus
4 adblockplus_target_directory=/var/www/docs/jsdoc/adblockplus 4 adblockplus_target_directory=/var/www/docs/jsdoc/adblockplus
5 adblockplus_command=./build.py -t gecko docs {output_dir} &>/dev/null 5 adblockplus_command=./build.py -t gecko docs {output_dir} >/dev/null 2>&1
6 adblockpluschrome_repository=https://hg.adblockplus.org/adblockpluschrome 6 adblockpluschrome_repository=https://hg.adblockplus.org/adblockpluschrome
7 adblockpluschrome_target_directory=/var/www/docs/jsdoc/adblockpluschrome 7 adblockpluschrome_target_directory=/var/www/docs/jsdoc/adblockpluschrome
8 adblockpluschrome_command=./build.py -t chrome docs {output_dir} &>/dev/null 8 adblockpluschrome_command=./build.py -t chrome docs {output_dir} >/dev/null 2>&1
9 adblockpluscore_repository=https://hg.adblockplus.org/adblockpluscore 9 adblockpluscore_repository=https://hg.adblockplus.org/adblockpluscore
10 adblockpluscore_target_directory=/var/www/docs/jsdoc/adblockpluscore 10 adblockpluscore_target_directory=/var/www/docs/jsdoc/adblockpluscore
11 adblockpluscore_command=./generate_docs.py {output_dir} &>/dev/null 11 adblockpluscore_command=./generate_docs.py {output_dir} >/dev/null 2>&1
12 libadblockplus_repository=https://hg.adblockplus.org/libadblockplus 12 libadblockplus_repository=https://hg.adblockplus.org/libadblockplus
13 libadblockplus_target_directory=/var/www/docs/docs/libadblockplus 13 libadblockplus_target_directory=/var/www/docs/docs/libadblockplus
14 libadblockplus_command=make docs &>/dev/null && mv docs/html {output_dir} 14 libadblockplus_command=make docs >/dev/null 2>&1 && mv docs/html {output_dir}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld