You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2020/10/26 21:00:37 UTC

[mesos] branch master updated (550bb4e -> 3a81cc9)

This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 550bb4e  Fixed javadoc error `type arguments not allowed here`.
     new 4b4827b  Added autoreconf version logging to boostrap script.
     new 3a81cc9  Updated Postgres URL in CentOS 6 Dockerfile.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bootstrap                                   | 1 +
 support/packaging/centos/centos6.dockerfile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


[mesos] 02/02: Updated Postgres URL in CentOS 6 Dockerfile.

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 3a81cc96d8b4cbf301bcfebaddc7b2a5f301b26a
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Mon Oct 26 16:58:35 2020 -0400

    Updated Postgres URL in CentOS 6 Dockerfile.
    
    The link was pointing to an rpm package that has since been
    replaced on the upstream server.
---
 support/packaging/centos/centos6.dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/packaging/centos/centos6.dockerfile b/support/packaging/centos/centos6.dockerfile
index 3151ba9..0bb0a41 100644
--- a/support/packaging/centos/centos6.dockerfile
+++ b/support/packaging/centos/centos6.dockerfile
@@ -31,7 +31,7 @@ RUN curl -sSL \
 
 # PostgreSQL repo for libevent2.
 RUN  rpm -Uvh --replacepkgs \
-      http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm
+      http://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/pgdg-redhat-repo-latest.noarch.rpm
 
 # Setup JDK
 RUN echo -e 'export JAVA_HOME=/usr/lib/jvm/java-openjdk' >> /etc/profile.d/java-home.sh


[mesos] 01/02: Added autoreconf version logging to boostrap script.

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 4b4827b531b8c53053fb40652b6db4393225e7f1
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Mon Oct 26 16:58:23 2020 -0400

    Added autoreconf version logging to boostrap script.
---
 bootstrap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bootstrap b/bootstrap
index 5727550..2ad90c5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -47,4 +47,5 @@ fi
 # that we'll modify a lot of files in 3rdparty/libprocess, but that
 # may change in the future.
 
+autoreconf --version
 autoreconf --install -Wall --verbose "${@}"