summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-18 11:56:20 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-18 11:56:20 +0000
commit531a8914de55d330ea16ea214860c460a3096885 (patch)
treeb1a5fab59c22720067c671f5fbaecbfe3cdbb7ef
parent8c0c591b6fa5e20d1c31e9f464bf3ada6d6ec833 (diff)
parent1d6160ecb660194529818d6a3cfbf00b38503d3f (diff)
downloadlorries-531a8914de55d330ea16ea214860c460a3096885.tar.gz
Merge branch 'baserock/franred/add-rabbitmq-dependencies-packages'
Reviewed-by: Paul Sherwood <paul.sherwood@codethink.co.uk> Reviewed-by: Richard Ipsum <richard.ipsum@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
-rw-r--r--open-source-lorries/erlang-modules.lorry10
-rw-r--r--open-source-lorries/python-packages.lorry12
2 files changed, 22 insertions, 0 deletions
diff --git a/open-source-lorries/erlang-modules.lorry b/open-source-lorries/erlang-modules.lorry
new file mode 100644
index 0000000..344fbcb
--- /dev/null
+++ b/open-source-lorries/erlang-modules.lorry
@@ -0,0 +1,10 @@
+{
+ "erlang-modules/rebar": {
+ "type": "git",
+ "url": "https://github.com/rebar/rebar"
+ },
+ "erlang-modules/erlang-sd_notify: {
+ "type": "git",
+ "url": "https://github.com/lemenkov/erlang-sd_notify"
+ }
+}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 472ee67..5d45f85 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -140,6 +140,10 @@
"type": "git",
"url": "git://github.com/celery/kombu.git"
},
+ "python-packages/librabbitmq": {
+ "type": "git",
+ "url": "https://github.com/celery/librabbitmq"
+ },
"python-packages/lockfile": {
"type": "git",
"url": "git://github.com/smontanaro/pylockfile.git"
@@ -338,6 +342,14 @@
"type": "git",
"url": "http://git.apache.org/qpid.git"
},
+ "python-packages/rabbitmq-c": {
+ "type": "git",
+ "url": "https://github.com/alanxz/rabbitmq-c"
+ },
+ "python-packages/rabbitmq-c-github-ask": {
+ "type": "git",
+ "url": "https://github.com/ask/rabbitmq-c"
+ },
"python-packages/raven": {
"type": "git",
"url": "git://github.com/getsentry/raven-python.git"