Index: dependencies |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/dependencies |
@@ -0,0 +1,17 @@ |
+# VCS-specific root URLs for the repositories |
+_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
|
+# File to update this script from (optional) |
+#_self = buildtools/ensure_dependencies.py |
mathias
2014/09/18 13:01:25
Done.
|
+# Check out elemhidehelper repository into extensions/elemhidehelper directory |
+# at tag "1.2". |
+modules/concat = infrastructure-puppet-concat 3c198eaf8394 |
+modules/postgresql = infrastructure-puppet-postgresql 9dd4535a8640 |
+modules/spawn-fcgi = infrastructure-puppet-spawn-fcgi 96cb4bd8d241 |
+modules/apt = infrastructure-puppetlabs-apt 2ad7ae372ae8 |
+modules/firewall = infrastructure-puppetlabs-firewall 7005ec47f8a7 |
+modules/mysql = infrastructure-puppetlabs-mysql 19a880f3bc58 |
+modules/stdlib = infrastructure-puppetlabs-stdlib 7a0c38fc49ae |
+ |
+# Check out buildtools repository into buildtools directory at VCS-specific |
+# revision IDs. |
+#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.
|