Update "git.savannah.gnu.org" URLs
This commit is contained in:
parent
6d589780e4
commit
2b0f642834
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue