Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 # VCS-specific root URLs for the repositories | |
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 | |
15 # Check out buildtools repository into buildtools directory at VCS-specific | |
16 # revision IDs. | |
17 #buildtools = buildtools hg:tip git:tip | |
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.
| |
OLD | NEW |