summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-12 18:20:25 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-15 18:02:36 +0100
commitb93dcb8e9181a9f3259c6a346150354dde4a50c7 (patch)
treed289043514a761b1379bfdd43efcf16aa6d38880
parentc26d0cce7bcd2505d23bd925207f14986c6edc5b (diff)
downloadlorries-b93dcb8e9181a9f3259c6a346150354dde4a50c7.tar.gz
Add lorries needed for OpenStack Kilo 2015.1.0
- oslo-concurrency - oslo-context - oslo-db - oslo-middleware - aioeventlet - trollius - oslo-policy - semantic-version - cmd2 (the official upstream) - kafka-python - werkzeug - pint - xstatic-angular-lrdragndrop - xstatic-magic-search - xstatic-termjs Change-Id: I3e346dfb6a72bfe5df9a849147c13ff92e4c54e8
-rw-r--r--open-source-lorries-disabled/cmd2.lorry6
-rw-r--r--open-source-lorries/openstack.lorry25
-rw-r--r--open-source-lorries/python-packages.lorry30
-rw-r--r--open-source-lorries/xstatic-packages.lorry12
4 files changed, 70 insertions, 3 deletions
diff --git a/open-source-lorries-disabled/cmd2.lorry b/open-source-lorries-disabled/cmd2.lorry
new file mode 100644
index 0000000..ebcce68
--- /dev/null
+++ b/open-source-lorries-disabled/cmd2.lorry
@@ -0,0 +1,6 @@
+{
+ "python-packages/cmd2": {
+ "type": "git",
+ "url": "git://github.com/Zearin/cmd2.git"
+ }
+}
diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry
index ce287a2..d4115d0 100644
--- a/open-source-lorries/openstack.lorry
+++ b/open-source-lorries/openstack.lorry
@@ -164,6 +164,16 @@
"url": "git://git.openstack.org/openstack/oslo.config.git"
},
+ "openstack/oslo-concurrency": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.concurrency"
+ },
+
+ "openstack/oslo-context": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.context"
+ },
+
"openstack/oslo-db": {
"type": "git",
"url": "git://git.openstack.org/openstack/oslo.db.git"
@@ -179,11 +189,26 @@
"url": "git://git.openstack.org/openstack/oslo-incubator.git"
},
+ "openstack/oslo-log": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.log"
+ },
+
"openstack/oslo-messaging": {
"type": "git",
"url": "git://git.openstack.org/openstack/oslo.messaging.git"
},
+ "openstack/oslo-middleware": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.middleware"
+ },
+
+ "openstack/oslo-policy": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.policy"
+ },
+
"openstack/oslo-rootwrap": {
"type": "git",
"url": "git://git.openstack.org/openstack/oslo.rootwrap.git"
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index b5d5400..ad80f8a 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -3,6 +3,10 @@
"type": "git",
"url": "https://bitbucket.org/zzzeek/alembic.git"
},
+ "python-packages/aioeventlet": {
+ "type": "hg",
+ "url": "http://bitbucket.org/haypo/aioeventlet"
+ },
"python-packages/ansicolor": {
"type": "git",
"url": "https://github.com/numerodix/ansicolor"
@@ -31,9 +35,9 @@
"type": "git",
"url": "git://github.com/dreamhost/cliff.git"
},
- "python-packages/cmd2": {
- "type": "git",
- "url": "git://github.com/Zearin/cmd2.git"
+ "python-packages/cmd2-hg": {
+ "type": "hg",
+ "url": "http://bitbucket.org/catherinedevlin/cmd2"
},
"python-packages/configshell-fb": {
"type": "git",
@@ -172,6 +176,10 @@
"type": "git",
"url": "git://github.com/joshmarshall/jsonrpclib.git"
},
+ "python-packages/kafka-python": {
+ "type": "git",
+ "url": "git://github.com/mumrah/kafka-python.git"
+ },
"python-packages/kazoo": {
"type": "git",
"url": "git://github.com/python-zk/kazoo.git"
@@ -293,6 +301,10 @@
"type": "git",
"url": "git://github.com/timothycrosley/pies.git"
},
+ "python-packages/pint": {
+ "type": "git",
+ "url": "git://github.com/hgrecco/pint.git"
+ },
"python-packages/ply": {
"type": "git",
"url": "git://github.com/dabeaz/ply.git"
@@ -468,6 +480,10 @@
"type": "git",
"url": "git://github.com/agrover/rtslib-fb.git"
},
+ "python-packages/semantic-version": {
+ "type": "git",
+ "url": "git://github.com/rbarrois/python-semanticversion.git"
+ },
"python-packages/simplegeneric-tarball": {
"type": "tarball",
"url": "http://ftp.de.debian.org/debian/pool/main/s/simplegeneric/simplegeneric_0.8.1.orig.tar.bz2"
@@ -544,6 +560,10 @@
"type": "hg",
"url": "https://bitbucket.org/hpk42/tox"
},
+ "python-packages/trollius": {
+ "type": "hg",
+ "url": "http://bitbucket.org/enovance/trollius"
+ },
"python-packages/urllib3": {
"type": "git",
"url": "git://github.com/shazow/urllib3.git"
@@ -580,6 +600,10 @@
"type": "git",
"url": "git://github.com/Pylons/webtest.git"
},
+ "python-packages/werkzeug": {
+ "type": "git",
+ "url": "git://github.com/mitsuhiko/werkzeug.git"
+ },
"python-packages/wsgiref": {
"type": "git",
"url": "git://github.com/Xowap/wsgiref"
diff --git a/open-source-lorries/xstatic-packages.lorry b/open-source-lorries/xstatic-packages.lorry
index 1bd5d86..455046f 100644
--- a/open-source-lorries/xstatic-packages.lorry
+++ b/open-source-lorries/xstatic-packages.lorry
@@ -19,6 +19,14 @@
"type": "git",
"url": "https://git.openstack.org/stackforge/xstatic-angular-fileupload"
},
+ "xstatic-packages/xstatic-angular-lrdragndrop": {
+ "type": "git",
+ "url": "git://git.openstack.org/stackforge/xstatic-angular-lrdragndrop"
+ },
+ "xstatic-packages/xstatic-magic-search": {
+ "type": "git",
+ "url": "git://git.openstack.org/stackforge/xstatic-magic-search"
+ },
"xstatic-packages/xstatic-angular-mock": {
"type": "git",
"url": "https://git.openstack.org/stackforge/xstatic-angular-mock"
@@ -94,5 +102,9 @@
"xstatic-packages/xstatic-spin": {
"type": "git",
"url": "https://git.openstack.org/stackforge/xstatic-spin"
+ },
+ "xstatic-packages/xstatic-termjs": {
+ "type": "git",
+ "url": "git://github.com/takluyver/XStatic-termjs.git"
}
}