From f5068f3f43b6227888b4e9d85393cb903d0fa0af Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 15 May 2019 14:55:42 +0200 Subject: the jenkins-job-builder git repository moved to opendev.org Cloning the JJB repo from git.openstack.org fails. The new home for the repository seems to be on opendev.org (git.openstack.org redirects there). Change-Id: I00cbe3c505343e55433aab35e4960fece7faf779 Signed-off-by: Niels de Vos --- build-gluster-org/scripts/jenkins-update.sh | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-gluster-org/scripts/jenkins-update.sh b/build-gluster-org/scripts/jenkins-update.sh index 7511797..d7a468f 100644 --- a/build-gluster-org/scripts/jenkins-update.sh +++ b/build-gluster-org/scripts/jenkins-update.sh @@ -1,5 +1,5 @@ #!/bin/sh set -e virtualenv env -env/bin/pip install -e git+https://git.openstack.org/openstack-infra/jenkins-job-builder#egg=jenkins_jobs +env/bin/pip install -e git+https://opendev.org/jjb/jenkins-job-builder.git#egg=jenkins_jobs env/bin/jenkins-jobs --conf $JJB_CONFIG update build-gluster-org/jobs diff --git a/requirements.txt b/requirements.txt index 2b7fb44..71d07bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ --e git+http://git.openstack.org/openstack-infra/jenkins-job-builder#egg=jenkins_jobs +-e git+https://opendev.org/jjb/jenkins-job-builder.git#egg=jenkins_jobs -- cgit