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

Unified Diff: dependencies

Issue 4768985027444736: 1369 - Integrate ensure_dependencies.py (Closed)
Patch Set: Created Sept. 18, 2014, 10:15 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .hgsubstate ('k') | ensure_dependencies.py » ('j') | ensure_dependencies.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « .hgsubstate ('k') | ensure_dependencies.py » ('j') | ensure_dependencies.py » ('J')

Powered by Google App Engine
This is Rietveld