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

Delta Between Two Patch Sets: dependencies

Issue 4768985027444736: 1369 - Integrate ensure_dependencies.py (Closed)
Left Patch Set: Created Sept. 18, 2014, 10:15 a.m.
Right Patch Set: Updates since last patch set: Created Sept. 18, 2014, 2:10 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 | « Vagrantfile ('k') | ensure_dependencies.py » ('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 # VCS-specific root URLs for the repositories 1 # VCS-specific root URLs for the repositories
2 _root = hg:https://hg.adblockplus.org/ #git:https://github.com/adblockplus/ 2 _root = hg:https://hg.adblockplus.org/ git:https://github.com/adblockplus/
Wladimir Palant 2014/09/18 10:45:59 You should be able to add the corresponding Git re
3 # File to update this script from (optional)
4 #_self = buildtools/ensure_dependencies.py
mathias 2014/09/18 13:01:25 Done.
5 # Check out elemhidehelper repository into extensions/elemhidehelper directory
6 # at tag "1.2".
7 modules/concat = infrastructure-puppet-concat 3c198eaf8394
8 modules/postgresql = infrastructure-puppet-postgresql 9dd4535a8640
9 modules/spawn-fcgi = infrastructure-puppet-spawn-fcgi 96cb4bd8d241
10 modules/apt = infrastructure-puppetlabs-apt 2ad7ae372ae8
11 modules/firewall = infrastructure-puppetlabs-firewall 7005ec47f8a7
12 modules/mysql = infrastructure-puppetlabs-mysql 19a880f3bc58
13 modules/stdlib = infrastructure-puppetlabs-stdlib 7a0c38fc49ae
14 3
15 # Check out buildtools repository into buildtools directory at VCS-specific 4 # VCS-specific references to submodule revisions
16 # revision IDs. 5 modules/concat = infrastructure-puppet-concat hg:3c198eaf8394 git:6f4f617
17 #buildtools = buildtools hg:tip git:tip 6 modules/postgresql = infrastructure-puppet-postgresql hg:9dd4535a8640 git:8f7e17 2
Wladimir Palant 2014/09/18 10:45:59 Please remove this, we don't want a dependency fro
mathias 2014/09/18 13:01:25 Done.
7 modules/spawn-fcgi = infrastructure-puppet-spawn-fcgi hg:96cb4bd8d241 git:d23d5c 8
8 modules/apt = infrastructure-puppetlabs-apt hg:2ad7ae372ae8 git:7798599
9 modules/firewall = infrastructure-puppetlabs-firewall hg:7005ec47f8a7 git:7b8ddb 0
10 modules/mysql = infrastructure-puppetlabs-mysql hg:19a880f3bc58 git:3de37ee
11 modules/stdlib = infrastructure-puppetlabs-stdlib hg:7a0c38fc49ae git:9a06f11
LEFTRIGHT

Powered by Google App Engine
This is Rietveld