summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-10-07 11:22:24 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-10-07 11:22:24 +0100
commit2793ba74e4e926f0aaad7f82356cf1a06b4b2234 (patch)
tree6213f84208ec5bcde5b7aad8b0d896995fd527b4
parent164de404e2da5f48c7b7a64afc284f604e5b8442 (diff)
parenta08b1b0ae0dda21c291f96412da4c00e6c9db084 (diff)
downloadlorries-2793ba74e4e926f0aaad7f82356cf1a06b4b2234.tar.gz
Merge branch 'add-openstack-lorries'
Reviewed-by: Francisco Redondo Marchena Reviewed-by: Richard Maw
-rw-r--r--open-source-lorries/micheles.lorry6
-rw-r--r--open-source-lorries/openstack.lorry5
-rw-r--r--open-source-lorries/python-packages.lorry24
-rw-r--r--open-source-lorries/rabbitmq-codegen.lorry6
-rw-r--r--open-source-lorries/rabbitmq-server.lorry6
5 files changed, 47 insertions, 0 deletions
diff --git a/open-source-lorries/micheles.lorry b/open-source-lorries/micheles.lorry
new file mode 100644
index 0000000..bf2f6c9
--- /dev/null
+++ b/open-source-lorries/micheles.lorry
@@ -0,0 +1,6 @@
+{
+ "micheles": {
+ "type": "hg",
+ "url": "https://code.google.com/p/micheles/"
+ }
+}
diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry
index bc8db40..c6e5ae2 100644
--- a/open-source-lorries/openstack.lorry
+++ b/open-source-lorries/openstack.lorry
@@ -199,6 +199,11 @@
"url": "git://git.openstack.org/openstack/oslo.vmware.git"
},
+ "openstack/oslo-utils": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.utils.git"
+ },
+
"openstack/pycadf": {
"type": "git",
"url": "git://git.openstack.org/openstack/pycadf.git"
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 6299329..2dec529 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -400,5 +400,29 @@
"python-packages/zope-traversing": {
"type": "git",
"url": "git://github.com/zopefoundation/zope.traversing.git"
+ },
+ "python-packages/cryptography": {
+ "type": "git",
+ "url": "https://github.com/pyca/cryptography.git"
+ },
+ "python-packages/ipaddr-py": {
+ "type": "git",
+ "url": "https://code.google.com/p/ipaddr-py/"
+ },
+ "python-packages/simplegeneric-tarball": {
+ "type": "tarball",
+ "url": "http://ftp.de.debian.org/debian/pool/main/s/simplegeneric/simplegeneric_0.8.1.orig.tar.bz2"
+ },
+ "python-packages/osprofiler": {
+ "type": "git",
+ "url": "git://github.com/stackforge/osprofiler.git"
+ },
+ "python-packages/retrying": {
+ "type": "git",
+ "url": "git://github.com/rholder/retrying.git"
+ },
+ "python-packages/sqalchemy-migrate": {
+ "type": "git",
+ "url": "git://github.com/stackforge/sqlalchemy-migrate.git"
}
}
diff --git a/open-source-lorries/rabbitmq-codegen.lorry b/open-source-lorries/rabbitmq-codegen.lorry
new file mode 100644
index 0000000..9a8644d
--- /dev/null
+++ b/open-source-lorries/rabbitmq-codegen.lorry
@@ -0,0 +1,6 @@
+{
+ "rabbitmq-codegen": {
+ "type": "hg",
+ "url": "http://hg.rabbitmq.com/rabbitmq-codegen"
+ }
+}
diff --git a/open-source-lorries/rabbitmq-server.lorry b/open-source-lorries/rabbitmq-server.lorry
new file mode 100644
index 0000000..831754b
--- /dev/null
+++ b/open-source-lorries/rabbitmq-server.lorry
@@ -0,0 +1,6 @@
+{
+ "rabbitmq-server": {
+ "type": "hg",
+ "url": "http://hg.rabbitmq.com/rabbitmq-server"
+ }
+}