You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-17 13:02:40 +03:00
Update "git.savannah.gnu.org" URLs
This commit is contained in:
@@ -82,8 +82,8 @@ RUN set -ex \
|
|||||||
cd /usr/src/ossp-uuid \
|
cd /usr/src/ossp-uuid \
|
||||||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
||||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||||
&& wget -O config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
|
&& wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& wget -O config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
|
&& wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
--build="$gnuArch" \
|
--build="$gnuArch" \
|
||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
@@ -100,8 +100,8 @@ RUN set -ex \
|
|||||||
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
||||||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
||||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||||
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
|
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
|
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
# configure options taken from:
|
# configure options taken from:
|
||||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
|||||||
@@ -82,8 +82,8 @@ RUN set -ex \
|
|||||||
cd /usr/src/ossp-uuid \
|
cd /usr/src/ossp-uuid \
|
||||||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
||||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||||
&& wget -O config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
|
&& wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& wget -O config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
|
&& wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
--build="$gnuArch" \
|
--build="$gnuArch" \
|
||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
@@ -100,8 +100,8 @@ RUN set -ex \
|
|||||||
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
||||||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
||||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||||
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
|
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
|
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
# configure options taken from:
|
# configure options taken from:
|
||||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
|||||||
@@ -72,8 +72,8 @@ RUN set -ex \
|
|||||||
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
||||||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
||||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||||
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
|
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
|
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
# configure options taken from:
|
# configure options taken from:
|
||||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
|||||||
@@ -72,8 +72,8 @@ RUN set -ex \
|
|||||||
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
||||||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
||||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||||
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
|
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
|
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
# configure options taken from:
|
# configure options taken from:
|
||||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
|||||||
@@ -72,8 +72,8 @@ RUN set -ex \
|
|||||||
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
||||||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
||||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||||
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
|
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
|
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
# configure options taken from:
|
# configure options taken from:
|
||||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
|||||||
@@ -74,8 +74,8 @@ RUN set -ex \
|
|||||||
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
&& mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \
|
||||||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
||||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||||
&& wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
|
&& wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
|
&& wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
# configure options taken from:
|
# configure options taken from:
|
||||||
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
# https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
cd /usr/src/ossp-uuid \
|
cd /usr/src/ossp-uuid \
|
||||||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
|
||||||
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
# explicitly update autoconf config.guess and config.sub so they support more arches/libcs
|
||||||
&& wget -O config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \
|
&& wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& wget -O config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \
|
&& wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
--build="$gnuArch" \
|
--build="$gnuArch" \
|
||||||
--prefix=/usr/local \
|
--prefix=/usr/local \
|
||||||
|
|||||||
Reference in New Issue
Block a user