Skip to content

Commit

Permalink
[SFCGAL] bump hash and use new gitlab url
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 31, 2023
1 parent 98bbfd0 commit 449c45f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 15-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL5X_GIT_HASH 3c8e2053721271119499506ea1d8a49dee89e30c
ENV SFCGAL_GIT_HASH fc4dc5640e402c8b00426b5a3562324226725df9
ENV SFCGAL_GIT_HASH b6d4cf94d6074d0965dcf5d5c4c21c2277d5cc63
RUN set -ex \
&& mkdir -p /usr/src \
&& cd /usr/src \
Expand All @@ -98,7 +98,7 @@ RUN set -ex \
&& git checkout ${CGAL5X_GIT_HASH} \
&& git log -1 > /_pgis_cgal_last_commit.txt \
&& cd /usr/src \
&& git clone https://gitlab.com/Oslandia/SFCGAL.git \
&& git clone https://gitlab.com/SFCGAL/SFCGAL.git \
&& cd SFCGAL \
&& git checkout ${SFCGAL_GIT_HASH} \
&& git log -1 > /_pgis_sfcgal_last_commit.txt \
Expand Down
4 changes: 2 additions & 2 deletions 16-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL5X_GIT_HASH 3c8e2053721271119499506ea1d8a49dee89e30c
ENV SFCGAL_GIT_HASH fc4dc5640e402c8b00426b5a3562324226725df9
ENV SFCGAL_GIT_HASH b6d4cf94d6074d0965dcf5d5c4c21c2277d5cc63
RUN set -ex \
&& mkdir -p /usr/src \
&& cd /usr/src \
Expand All @@ -98,7 +98,7 @@ RUN set -ex \
&& git checkout ${CGAL5X_GIT_HASH} \
&& git log -1 > /_pgis_cgal_last_commit.txt \
&& cd /usr/src \
&& git clone https://gitlab.com/Oslandia/SFCGAL.git \
&& git clone https://gitlab.com/SFCGAL/SFCGAL.git \
&& cd SFCGAL \
&& git checkout ${SFCGAL_GIT_HASH} \
&& git log -1 > /_pgis_sfcgal_last_commit.txt \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.master.template
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN set -ex \
&& git checkout ${CGAL5X_GIT_HASH} \
&& git log -1 > /_pgis_cgal_last_commit.txt \
&& cd /usr/src \
&& git clone https://gitlab.com/Oslandia/SFCGAL.git \
&& git clone https://gitlab.com/SFCGAL/SFCGAL.git \
&& cd SFCGAL \
&& git checkout ${SFCGAL_GIT_HASH} \
&& git log -1 > /_pgis_sfcgal_last_commit.txt \
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ declare -A postgisDebPkgNameVersionSuffixes=(
packagesBase='http://apt.postgresql.org/pub/repos/apt/dists/'

cgal5XGitHash="$(git ls-remote https://github.com/CGAL/cgal.git heads/5.6.x-branch | awk '{ print $1}')"
sfcgalGitHash="$(git ls-remote https://gitlab.com/Oslandia/SFCGAL.git heads/master | awk '{ print $1}')"
sfcgalGitHash="$(git ls-remote https://gitlab.com/SFCGAL/SFCGAL.git heads/master | awk '{ print $1}')"
projGitHash="$(git ls-remote https://github.com/OSGeo/PROJ.git heads/master | awk '{ print $1}')"
gdalGitHash="$(git ls-remote https://github.com/OSGeo/gdal.git refs/heads/master | grep '\srefs/heads/master' | awk '{ print $1}')"
geosGitHash="$(git ls-remote https://github.com/libgeos/geos.git heads/main | awk '{ print $1}')"
Expand Down

0 comments on commit 449c45f

Please sign in to comment.