This is an automated email from the ASF dual-hosted git repository.
qianzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 995c274 ADD: unofficial repository.
995c274 is described below
commit 995c274bf5a3fb649622d85a771f3a22b4021650
Author: Andreas Peters <[email protected]>
AuthorDate: Wed Mar 23 08:21:20 2022 +0100
ADD: unofficial repository.
---
site/source/downloads.html.erb | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/site/source/downloads.html.erb b/site/source/downloads.html.erb
index 90a0149..3d64013 100644
--- a/site/source/downloads.html.erb
+++ b/site/source/downloads.html.erb
@@ -36,18 +36,30 @@ breadcrumb: Downloads
</ul>
</p>
- <p>Once you have downloaded Mesos, follow the
+ <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:
+ <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 community driven Mesos binaries</h4>
+ <p>
+ <i>The following repositories are unofficial and not supportet by
Apache.</i>
+ <ul>
+ <li>
+ Mesos binaries for CentOS (x86_64), AlmaLinux (x86_64, aarch64),
Ubuntu (x86_64): <a href="https://rpm.aventer.biz">https://rpm.aventer.biz</a>
+ </li>
+ </ul>
+ </p>
</div>
</div>