Skip to content

Commit 2b0f642

Browse files
committed
Update "git.savannah.gnu.org" URLs
1 parent 6d58978 commit 2b0f642

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

9.2/alpine/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ RUN set -ex \
8282
cd /usr/src/ossp-uuid \
8383
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
8484
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
85-
&& wget -O config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
86-
&& wget -O config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
85+
&& wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
86+
&& wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
8787
&& ./configure \
8888
--build="$gnuArch" \
8989
--prefix=/usr/local \
@@ -100,8 +100,8 @@ RUN set -ex \
100100
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
101101
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
102102
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
103-
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
104-
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
103+
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
104+
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
105105
# configure options taken from:
106106
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
107107
&& ./configure \

9.3/alpine/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ RUN set -ex \
8282
cd /usr/src/ossp-uuid \
8383
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
8484
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
85-
&& wget -O config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
86-
&& wget -O config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
85+
&& wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
86+
&& wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
8787
&& ./configure \
8888
--build="$gnuArch" \
8989
--prefix=/usr/local \
@@ -100,8 +100,8 @@ RUN set -ex \
100100
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
101101
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
102102
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
103-
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
104-
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
103+
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
104+
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
105105
# configure options taken from:
106106
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
107107
&& ./configure \

9.4/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ RUN set -ex \
7272
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
7373
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
7474
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
75-
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
76-
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
75+
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
76+
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
7777
# configure options taken from:
7878
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
7979
&& ./configure \

9.5/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ RUN set -ex \
7272
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
7373
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
7474
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
75-
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
76-
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
75+
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
76+
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
7777
# configure options taken from:
7878
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
7979
&& ./configure \

9.6/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ RUN set -ex \
7272
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
7373
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
7474
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
75-
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
76-
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
75+
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
76+
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
7777
# configure options taken from:
7878
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
7979
&& ./configure \

Dockerfile-alpine.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ RUN set -ex \
7474
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
7575
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
7676
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
77-
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
78-
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
77+
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
78+
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
7979
# configure options taken from:
8080
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
8181
&& ./configure \

ossp-uuid.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
cd /usr/src/ossp-uuid \
1414
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
1515
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
16-
&& wget -O config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
17-
&& wget -O config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
16+
&& wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
17+
&& wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
1818
&& ./configure \
1919
--build="$gnuArch" \
2020
--prefix=/usr/local \

0 commit comments

Comments
 (0)