On Sat, Aug 23, 2025 at 12:56 AM Dumitru Ceara via dev < ovs-dev@openvswitch.org> wrote:
> 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 > > Hi Dumitru, I think this one can be squashed into the previous patch as it also changes the repo. Leaving it up to you, either way: Acked-by: Ales Musil <amu...@redhat.com> Thanks, Ales _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev