summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
Diffstat (limited to 'open-source-lorries')
-rw-r--r--open-source-lorries/ansible.lorry6
-rw-r--r--open-source-lorries/ca-certificates.lorry6
-rw-r--r--open-source-lorries/docker.lorry6
-rw-r--r--open-source-lorries/dtc.lorry6
-rw-r--r--open-source-lorries/ghostpdl.lorry6
-rw-r--r--open-source-lorries/jinja2.lorry6
-rw-r--r--open-source-lorries/kmscube.lorry6
-rw-r--r--open-source-lorries/markupsafe.lorry6
-rw-r--r--open-source-lorries/openstack.lorry211
-rw-r--r--open-source-lorries/paramiko.lorry6
-rw-r--r--open-source-lorries/shadow.lorry6
-rw-r--r--open-source-lorries/stow.lorry6
12 files changed, 277 insertions, 0 deletions
diff --git a/open-source-lorries/ansible.lorry b/open-source-lorries/ansible.lorry
new file mode 100644
index 0000000..e7261bc
--- /dev/null
+++ b/open-source-lorries/ansible.lorry
@@ -0,0 +1,6 @@
+{
+ "ansible": {
+ "type": "git",
+ "url": "git://github.com/ansible/ansible.git"
+ }
+}
diff --git a/open-source-lorries/ca-certificates.lorry b/open-source-lorries/ca-certificates.lorry
new file mode 100644
index 0000000..73bb9ad
--- /dev/null
+++ b/open-source-lorries/ca-certificates.lorry
@@ -0,0 +1,6 @@
+{
+ "ca-certificates": {
+ "type": "git",
+ "url": "git://anonscm.debian.org/collab-maint/ca-certificates.git"
+ }
+}
diff --git a/open-source-lorries/docker.lorry b/open-source-lorries/docker.lorry
new file mode 100644
index 0000000..18282ae
--- /dev/null
+++ b/open-source-lorries/docker.lorry
@@ -0,0 +1,6 @@
+{
+ "docker": {
+ "type": "git",
+ "url": "git://github.com/dotcloud/docker.git"
+ }
+}
diff --git a/open-source-lorries/dtc.lorry b/open-source-lorries/dtc.lorry
new file mode 100644
index 0000000..796c021
--- /dev/null
+++ b/open-source-lorries/dtc.lorry
@@ -0,0 +1,6 @@
+{
+ "dtc": {
+ "type": "git",
+ "url": "git://git.jdl.com/software/dtc.git"
+ }
+}
diff --git a/open-source-lorries/ghostpdl.lorry b/open-source-lorries/ghostpdl.lorry
new file mode 100644
index 0000000..77021af
--- /dev/null
+++ b/open-source-lorries/ghostpdl.lorry
@@ -0,0 +1,6 @@
+{
+ "ghostpdl": {
+ "type": "git",
+ "url": "git://git.ghostscript.com/ghostpdl.git"
+ }
+}
diff --git a/open-source-lorries/jinja2.lorry b/open-source-lorries/jinja2.lorry
new file mode 100644
index 0000000..ed5aa4c
--- /dev/null
+++ b/open-source-lorries/jinja2.lorry
@@ -0,0 +1,6 @@
+{
+ "jinja2": {
+ "type": "git",
+ "url": "git://github.com/mitsuhiko/jinja2.git"
+ }
+}
diff --git a/open-source-lorries/kmscube.lorry b/open-source-lorries/kmscube.lorry
new file mode 100644
index 0000000..1fdfbc2
--- /dev/null
+++ b/open-source-lorries/kmscube.lorry
@@ -0,0 +1,6 @@
+{
+ "kmscube": {
+ "type": "git",
+ "url": "git://gitorious.org/thierryreding/kmscube.git"
+ }
+}
diff --git a/open-source-lorries/markupsafe.lorry b/open-source-lorries/markupsafe.lorry
new file mode 100644
index 0000000..cf0fa17
--- /dev/null
+++ b/open-source-lorries/markupsafe.lorry
@@ -0,0 +1,6 @@
+{
+ "markupsafe": {
+ "type": "git",
+ "url": "git://github.com/mitsuhiko/markupsafe.git"
+ }
+}
diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry
new file mode 100644
index 0000000..1b01a70
--- /dev/null
+++ b/open-source-lorries/openstack.lorry
@@ -0,0 +1,211 @@
+{
+ "openstack/nova": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/nova.git"
+ },
+
+ "openstack/python-novaclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-novaclient.git"
+ },
+
+ "openstack/swift": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/swift.git"
+ },
+
+ "openstack/python-swiftclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-swiftclient.git"
+ },
+
+ "openstack/swift-bench": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/swift-bench.git"
+ },
+
+ "openstack/glance": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/glance.git"
+ },
+
+ "openstack/python-glanceclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-glanceclient.git"
+ },
+
+ "openstack/keystone": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/keystone.git"
+ },
+
+ "openstack/python-keystoneclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-keystoneclient.git"
+ },
+
+ "openstack/horizon": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/horizon.git"
+ },
+
+ "openstack/django_openstack_auth": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/django_openstack_auth.git"
+ },
+
+ "openstack/tuskar-ui": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/tuskar-ui.git"
+ },
+
+ "openstack/neutron": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/neutron.git"
+ },
+
+ "openstack/python-neutronclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-neutronclient.git"
+ },
+
+ "openstack/cinder": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/cinder.git"
+ },
+
+ "openstack/python-cinderclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-cinderclient.git"
+ },
+
+ "openstack/ceilometer": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/ceilometer.git"
+ },
+
+ "openstack/python-ceilometerclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-ceilometerclient.git"
+ },
+
+ "openstack/heat": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/heat.git"
+ },
+
+ "openstack/python-heatclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-heatclient.git"
+ },
+
+ "openstack/heat-cfntools": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/heat-cfntools.git"
+ },
+
+ "openstack/heat-templates": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/heat-templates.git"
+ },
+
+ "openstack/trove": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/trove.git"
+ },
+
+ "openstack/python-troveclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-troveclient.git"
+ },
+
+ "openstack/trove-integration": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/trove-integration.git"
+ },
+
+ "openstack/ironic": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/ironic.git"
+ },
+
+ "openstack/python-ironicclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-ironicclient.git"
+ },
+
+ "openstack/ironic-python-agent": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/ironic-python-agent.git"
+ },
+
+ "openstack/cliff": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/cliff.git"
+ },
+
+ "openstack/oslo-config": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.config.git"
+ },
+
+ "openstack/oslo-db": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.db.git"
+ },
+
+ "openstack/oslo-i18n": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.i18n.git"
+ },
+
+ "openstack/oslo-incubator": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo-incubator.git"
+ },
+
+ "openstack/oslo-messaging": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.messaging.git"
+ },
+
+ "openstack/oslo-rootwrap": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.rootwrap.git"
+ },
+
+ "openstack/oslosphinx": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslosphinx.git"
+ },
+
+ "openstack/oslotest": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslotest.git"
+ },
+
+ "openstack/oslo-version": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.version.git"
+ },
+
+ "openstack/oslo-vmware": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.vmware.git"
+ },
+
+ "openstack/pycadf": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/pycadf.git"
+ },
+
+ "openstack/stevedore": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/stevedore.git"
+ },
+
+ "openstack/taskflow": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/taskflow.git"
+ }
+}
diff --git a/open-source-lorries/paramiko.lorry b/open-source-lorries/paramiko.lorry
new file mode 100644
index 0000000..eba588c
--- /dev/null
+++ b/open-source-lorries/paramiko.lorry
@@ -0,0 +1,6 @@
+{
+ "paramiko": {
+ "type": "git",
+ "url": "git://github.com/paramiko/paramiko.git"
+ }
+}
diff --git a/open-source-lorries/shadow.lorry b/open-source-lorries/shadow.lorry
new file mode 100644
index 0000000..d1bc5df
--- /dev/null
+++ b/open-source-lorries/shadow.lorry
@@ -0,0 +1,6 @@
+{
+ "shadow": {
+ "type": "git",
+ "url": "git://anonscm.debian.org/git/pkg-shadow/shadow.git"
+ }
+}
diff --git a/open-source-lorries/stow.lorry b/open-source-lorries/stow.lorry
new file mode 100644
index 0000000..ace2214
--- /dev/null
+++ b/open-source-lorries/stow.lorry
@@ -0,0 +1,6 @@
+{
+ "stow": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/stow.git"
+ }
+}