summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-09-12 15:41:20 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-09-12 15:41:20 +0000
commit226aabab1a33d51c9c261686150776f6e9ceb21a (patch)
tree5d70ec78c89439a07a9524fc6f80c0dcf036372c
parentb05a242bfea34456f6343e9f3bdfdf7bf711c60d (diff)
downloadlorries-226aabab1a33d51c9c261686150776f6e9ceb21a.tar.gz
Add python-glanceclient lorry, and all its dependencies.
-rw-r--r--open-source-lorries/argparse.lorry6
-rw-r--r--open-source-lorries/babel.lorry6
-rw-r--r--open-source-lorries/jsonscheme.lorry6
-rw-r--r--open-source-lorries/netaddr.lorry6
-rw-r--r--open-source-lorries/pbr.lorry6
-rw-r--r--open-source-lorries/pyiso8601.lorry6
-rw-r--r--open-source-lorries/pyopenssl.lorry6
-rw-r--r--open-source-lorries/python-glanceclient.lorry6
-rw-r--r--open-source-lorries/python-keystoneclient.lorry6
-rw-r--r--open-source-lorries/pytz.lorry6
-rw-r--r--open-source-lorries/simplejson.lorry6
-rw-r--r--open-source-lorries/six.lorry6
-rw-r--r--open-source-lorries/warlock.lorry6
13 files changed, 78 insertions, 0 deletions
diff --git a/open-source-lorries/argparse.lorry b/open-source-lorries/argparse.lorry
new file mode 100644
index 0000000..250097d
--- /dev/null
+++ b/open-source-lorries/argparse.lorry
@@ -0,0 +1,6 @@
+{
+ "argparse": {
+ "type": "hg",
+ "url": "http://code.google.com/p/argparse/"
+ }
+}
diff --git a/open-source-lorries/babel.lorry b/open-source-lorries/babel.lorry
new file mode 100644
index 0000000..1956dff
--- /dev/null
+++ b/open-source-lorries/babel.lorry
@@ -0,0 +1,6 @@
+{
+ "babel": {
+ "type": "git",
+ "url": "git://github.com/mitsuhiko/babel.git"
+ }
+}
diff --git a/open-source-lorries/jsonscheme.lorry b/open-source-lorries/jsonscheme.lorry
new file mode 100644
index 0000000..6f4efc4
--- /dev/null
+++ b/open-source-lorries/jsonscheme.lorry
@@ -0,0 +1,6 @@
+{
+ "jsonschema": {
+ "type": "git",
+ "url": "git://github.com/Julian/jsonschema.git"
+ }
+}
diff --git a/open-source-lorries/netaddr.lorry b/open-source-lorries/netaddr.lorry
new file mode 100644
index 0000000..837670b
--- /dev/null
+++ b/open-source-lorries/netaddr.lorry
@@ -0,0 +1,6 @@
+{
+ "netaddr": {
+ "type": "git",
+ "url": "git://github.com/drkjam/netaddr.git"
+ }
+}
diff --git a/open-source-lorries/pbr.lorry b/open-source-lorries/pbr.lorry
new file mode 100644
index 0000000..ee9ee93
--- /dev/null
+++ b/open-source-lorries/pbr.lorry
@@ -0,0 +1,6 @@
+{
+ "pbr": {
+ "type": "git",
+ "url": "git://github.com/openstack-dev/pbr.git"
+ }
+}
diff --git a/open-source-lorries/pyiso8601.lorry b/open-source-lorries/pyiso8601.lorry
new file mode 100644
index 0000000..408eb31
--- /dev/null
+++ b/open-source-lorries/pyiso8601.lorry
@@ -0,0 +1,6 @@
+{
+ "pyiso8601": {
+ "type": "hg",
+ "url": "http://bitbucket.org/micktwomey/pyiso8601"
+ }
+}
diff --git a/open-source-lorries/pyopenssl.lorry b/open-source-lorries/pyopenssl.lorry
new file mode 100644
index 0000000..0ca9678
--- /dev/null
+++ b/open-source-lorries/pyopenssl.lorry
@@ -0,0 +1,6 @@
+{
+ "pyopenssl": {
+ "type": "bzr",
+ "url": "lp:pyopenssl"
+ }
+}
diff --git a/open-source-lorries/python-glanceclient.lorry b/open-source-lorries/python-glanceclient.lorry
new file mode 100644
index 0000000..c413fb9
--- /dev/null
+++ b/open-source-lorries/python-glanceclient.lorry
@@ -0,0 +1,6 @@
+{
+ "python-glanceclient": {
+ "type": "git",
+ "url": "git://github.com/openstack/python-glanceclient.git"
+ }
+}
diff --git a/open-source-lorries/python-keystoneclient.lorry b/open-source-lorries/python-keystoneclient.lorry
new file mode 100644
index 0000000..0e80d22
--- /dev/null
+++ b/open-source-lorries/python-keystoneclient.lorry
@@ -0,0 +1,6 @@
+{
+ "python-keystoneclient": {
+ "type": "git",
+ "url": "git://github.com/openstack/python-keystoneclient.git"
+ }
+}
diff --git a/open-source-lorries/pytz.lorry b/open-source-lorries/pytz.lorry
new file mode 100644
index 0000000..c7b46e0
--- /dev/null
+++ b/open-source-lorries/pytz.lorry
@@ -0,0 +1,6 @@
+{
+ "pytz": {
+ "type": "bzr",
+ "url": "lp:pytz"
+ }
+}
diff --git a/open-source-lorries/simplejson.lorry b/open-source-lorries/simplejson.lorry
new file mode 100644
index 0000000..cb25f4d
--- /dev/null
+++ b/open-source-lorries/simplejson.lorry
@@ -0,0 +1,6 @@
+{
+ "simplejson": {
+ "type": "git",
+ "url": "git://github.com/simplejson/simplejson.git"
+ }
+}
diff --git a/open-source-lorries/six.lorry b/open-source-lorries/six.lorry
new file mode 100644
index 0000000..3608c4e
--- /dev/null
+++ b/open-source-lorries/six.lorry
@@ -0,0 +1,6 @@
+{
+ "six": {
+ "type": "hg",
+ "url": "http://bitbucket.org/gutworth/six"
+ }
+}
diff --git a/open-source-lorries/warlock.lorry b/open-source-lorries/warlock.lorry
new file mode 100644
index 0000000..7b30d4d
--- /dev/null
+++ b/open-source-lorries/warlock.lorry
@@ -0,0 +1,6 @@
+{
+ "warlock": {
+ "type": "git",
+ "url": "git://github.com/bcwaldon/warlock.git"
+ }
+}