From ec3cb0436cf5b78be465a2957d214435e5d95d71 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 18 Nov 2014 10:33:56 +0000 Subject: Add librabbitmq and rabbitmq-c Also add a fork of rabbitmq-c which is a submodule of librabbitmq. --- open-source-lorries/python-packages.lorry | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" -- cgit v1.2.1 From 1d6160ecb660194529818d6a3cfbf00b38503d3f Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 18 Nov 2014 11:04:13 +0000 Subject: Add rebar and erlang-sd_notify --- open-source-lorries/erlang-modules.lorry | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 open-source-lorries/erlang-modules.lorry 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" + } +} -- cgit v1.2.1