]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Switch to the official libkqueue repo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 28 Nov 2017 10:53:32 +0000 (10:53 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 28 Nov 2017 10:54:08 +0000 (10:54 +0000)
scripts/docker/build-centos6/Dockerfile.deps
scripts/docker/build-centos7/Dockerfile.deps
scripts/docker/build-debian9/Dockerfile.deps
scripts/docker/build-ubuntu14/Dockerfile.deps
scripts/docker/build-ubuntu16/Dockerfile.deps

index d4b4512e579cdd974d2ae99dd6277ef072fadb41..2c115efb8ccb40c3cdd295cb0bf89014bb205e88 100644 (file)
@@ -39,7 +39,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \
index e02cab9eb708a0a899ff85123fbf843ff7760695..e87efd0f7add87edf6833cd748653121eb496c96 100644 (file)
@@ -38,7 +38,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \
index b2cd1e872bcdf9427641f6d02aa07ecfe6ea0788..407a85f874a3cc74de6d9ce9d67386b0dd62c270 100644 (file)
@@ -29,7 +29,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \
index 8f1307f01d70e1556f1915859dd01e7b7bc098f4..6ffcc0d8492fb4bcc44bd4db9ae68231dfefa969 100644 (file)
@@ -37,7 +37,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \
index e860c6c1cea715166ee369fd6692f70b9be2d5a2..a5596eeaf14bc5507d2b82e8799c67daa8720c46 100644 (file)
@@ -37,7 +37,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \