Along with ovn-kubernetes, the libovsdb project has moved from
ovn-org/libovsdb to ovn-kubernetes/libovsdb.  Update our references.

Signed-off-by: Dumitru Ceara <dce...@redhat.com>
---
 .ci/ovn-kubernetes/Dockerfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.ci/ovn-kubernetes/Dockerfile b/.ci/ovn-kubernetes/Dockerfile
index 67108f15af..866272cfd6 100644
--- a/.ci/ovn-kubernetes/Dockerfile
+++ b/.ci/ovn-kubernetes/Dockerfile
@@ -42,7 +42,7 @@ ARG FEDORA_VERSION
 
 # Clone OVN Kubernetes and build the binary based on the commit passed as 
argument
 WORKDIR /root
-RUN git clone https://github.com/ovn-org/ovn-kubernetes.git
+RUN git clone https://github.com/ovn-kubernetes/ovn-kubernetes.git
 WORKDIR /root/ovn-kubernetes
 RUN git checkout ${OVNKUBE_COMMIT} && git log -n 1
 
@@ -55,8 +55,10 @@ RUN .ci/ovn-kubernetes/prepare.sh /root/ovn-kubernetes 
/dev/null
 
 WORKDIR /root/ovn-kubernetes/go-controller
 # Get a working version of libovsdb (for modelgen).
-RUN GO111MODULE=on go install github.com/ovn-org/libovsdb/cmd/modelgen@$( \
-    go list -mod=mod -m -f '{{ .Version }}' github.com/ovn-org/libovsdb \
+RUN GO111MODULE=on go install \
+    github.com/ovn-kubernetes/libovsdb/cmd/modelgen@$( \
+    go list -mod=mod -m -f '{{ .Version }}' \
+    github.com/ovn-kubernetes/libovsdb \
 )
 
 # Make sure we use the OVN NB/SB schema from the local code.
-- 
2.50.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to