summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/ceph.lorry3
-rw-r--r--open-source-lorries/openstack.lorry10
2 files changed, 10 insertions, 3 deletions
diff --git a/open-source-lorries/ceph.lorry b/open-source-lorries/ceph.lorry
index 5c8c8c5..4daf2aa 100644
--- a/open-source-lorries/ceph.lorry
+++ b/open-source-lorries/ceph.lorry
@@ -3,8 +3,7 @@
"type": "git",
"url": "git://github.com/ceph/ceph.git",
"refspecs": [
- "refs/heads/master:refs/heads/master",
- "+refs/heads/cis-lua:refs/heads/cis-lua",
+ "+refs/heads/master:refs/heads/master",
"+refs/tags/*:refs/tags/*"
]
}
diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry
index 7b94628..5fe5dfd 100644
--- a/open-source-lorries/openstack.lorry
+++ b/open-source-lorries/openstack.lorry
@@ -242,5 +242,13 @@
"openstack/python-barbicanclient": {
"type": "git",
"url": "git://git.openstack.org/openstack/python-barbicanclient.git"
- }
+ },
+ "openstack/zuul": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack-infra/zuul.git"
+ },
+ "openstack/turbo-hipster": {
+ "type": "git",
+ "url": "git://git.openstack.org/stackforge/turbo-hipster.git"
+ }
}