This is an automated email from the ASF dual-hosted git repository. bennoe pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit ae23ded11116b9b2ec3b2b6ec494408dc3d6e1df Author: Benno Evers <[email protected]> AuthorDate: Fri May 17 18:46:34 2019 +0200 Rearranged 'Downloads' page and updated bintray URL. Updated the bintray link on the `Downloads` page to point to the `apache/mesos` account instead of the `mesos` account. In addition, several minor formatting changes were done: * Added a space after the colon in the `Getting older Mesos binaries` section. * Moved links to the getting started guide to the top of the document. * Used a list to present the download links to the latest stable release. * Used `<pre>` instead of `<code>` tags for the link to the ASF git repository. Review: https://reviews.apache.org/r/70526/ --- site/source/downloads.html.erb | 39 +++++++++++++++++------------ support/packaging/centos/centos6.dockerfile | 3 ++- 2 files changed, 25 insertions(+), 17 deletions(-) diff --git a/site/source/downloads.html.erb b/site/source/downloads.html.erb index d5a165c..af6aa40 100644 --- a/site/source/downloads.html.erb +++ b/site/source/downloads.html.erb @@ -23,34 +23,41 @@ breadcrumb: Downloads <div class="col-md-8"> <h1>Download Mesos</h1> - <p>Download the most recent stable release: - Source - <a href="http://www.apache.org/dyn/closer.cgi/mesos/<%= data.releases.latest_stable.version %>/mesos-<%= data.releases.latest_stable.version %>.tar.gz"> - <%= data.releases.latest_stable.version %> - </a>, - RPM - <a href="https://bintray.com/mesos/el/mesos/<%= data.releases.latest_stable.version %>#files"> - <%= data.releases.latest_stable.version %> - </a> - (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=<%= data.releases.latest_stable.jira_version %>"> + <p>Download the most recent stable release: (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=<%= data.releases.latest_stable.jira_version %>"> Release Notes </a>) + <ul> + <li> + Source + <a href="http://www.apache.org/dyn/closer.cgi/mesos/<%= data.releases.latest_stable.version %>/mesos-<%= data.releases.latest_stable.version %>.tar.gz"> + <%= data.releases.latest_stable.version %> + </a> + </li> + <li> + RPM + <a href="https://bintray.com/apache/mesos/el/mesos/<%= data.releases.latest_stable.version %>#files"> + <%= data.releases.latest_stable.version %> + </a> + </li> + </ul> + </p> + + <p>Once you have downloaded Mesos, follow the + <a href="/getting-started/">getting started instructions</a>, + and take a look at the rest of the + <a href="/documentation/">Mesos documentation</a>. </p> <h4>Getting the code via source control</h4> <p>The codebase can also be downloaded from the Apache git repository at: <code>https://gitbox.apache.org/repos/asf/mesos.git</code>. + <br /> This repository is also mirrored on <a href="https://github.com/apache/mesos">GitHub</a>. </p> <h4>Getting older Mesos binaries</h4> - Previous versions of Mesos can be downloaded from the BinTray URL:<a href="https://bintray.com/mesos">https://bintray.com/mesos</a>. + Some previous versions of Mesos can be downloaded from BinTray: <a href="https://bintray.com/apache/mesos">https://bintray.com/apache/mesos</a>. - <p>Once you have downloaded Mesos, follow the - <a href="/getting-started/">getting started instructions</a>, - and take a look at the rest of the - <a href="/documentation/">Mesos documentation</a>. - </p> </div> </div> diff --git a/support/packaging/centos/centos6.dockerfile b/support/packaging/centos/centos6.dockerfile index 73c9637..bb8d591 100644 --- a/support/packaging/centos/centos6.dockerfile +++ b/support/packaging/centos/centos6.dockerfile @@ -9,7 +9,8 @@ RUN yum install -y \ redhat-rpm-config \ rpm-build \ scl-utils \ - yum-utils + yum-utils \ + devtoolset-7 # Add the Subversion repo. RUN echo -e '[WANdiscoSVN]\n\
