From b30e7d8d2a1bc71d9cc58cf2889ee7cdbf3f3bec Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Fri, 23 May 2014 15:57:35 +1000 Subject: Git origin can't have a trailing slash Change-Id: Ic1197f1ee34661709f31e263f23bdc8701838c60 --- etc/turbo-hipster/config.yaml | 2 +- tests/etc/config.yaml | 2 +- tests/etc/default-config.yaml | 2 +- tests/etc/jjb-config.yaml | 2 +- tests/etc/shutdown-config.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/turbo-hipster/config.yaml b/etc/turbo-hipster/config.yaml index 062848e..5b69b48 100644 --- a/etc/turbo-hipster/config.yaml +++ b/etc/turbo-hipster/config.yaml @@ -1,6 +1,6 @@ zuul_server: gerrit_site: http://review.openstack.org - git_origin: git://git.openstack.org/ + git_origin: git://git.openstack.org gearman_host: 119.9.13.90 gearman_port: 4730 diff --git a/tests/etc/config.yaml b/tests/etc/config.yaml index e06cbdb..a80f6f5 100644 --- a/tests/etc/config.yaml +++ b/tests/etc/config.yaml @@ -1,6 +1,6 @@ zuul_server: gerrit_site: http://review.openstack.org - git_origin: git://git.openstack.org/ + git_origin: git://git.openstack.org gearman_host: localhost gearman_port: 0 diff --git a/tests/etc/default-config.yaml b/tests/etc/default-config.yaml index 34d3dca..cfc133f 100644 --- a/tests/etc/default-config.yaml +++ b/tests/etc/default-config.yaml @@ -1,6 +1,6 @@ zuul_server: gerrit_site: http://review.openstack.org - git_origin: git://git.openstack.org/ + git_origin: git://git.openstack.org gearman_host: localhost gearman_port: 0 diff --git a/tests/etc/jjb-config.yaml b/tests/etc/jjb-config.yaml index ce96702..542c12e 100644 --- a/tests/etc/jjb-config.yaml +++ b/tests/etc/jjb-config.yaml @@ -1,6 +1,6 @@ zuul_server: gerrit_site: http://review.openstack.org - git_origin: git://git.openstack.org/ + git_origin: git://git.openstack.org gearman_host: localhost gearman_port: 0 diff --git a/tests/etc/shutdown-config.yaml b/tests/etc/shutdown-config.yaml index 56162e4..e576202 100644 --- a/tests/etc/shutdown-config.yaml +++ b/tests/etc/shutdown-config.yaml @@ -1,6 +1,6 @@ zuul_server: gerrit_site: http://review.openstack.org - git_origin: git://git.openstack.org/ + git_origin: git://git.openstack.org gearman_host: localhost gearman_port: 0 -- cgit v1.2.1