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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c678341  Updated the website built from mesos SHA: 99ff1ae3b.
c678341 is described below

commit c67834193a00b3fad939d8238033ddafc61eb45a
Author: jenkins <[email protected]>
AuthorDate: Tue Mar 29 14:51:19 2022 +0000

    Updated the website built from mesos SHA: 99ff1ae3b.
---
 content/documentation/binary-packages/index.html   | 26 ++---------------
 .../latest/binary-packages/index.html              | 26 ++---------------
 .../documentation/latest/release-guide/index.html  | 34 ----------------------
 content/documentation/release-guide/index.html     | 34 ----------------------
 4 files changed, 6 insertions(+), 114 deletions(-)

diff --git a/content/documentation/binary-packages/index.html 
b/content/documentation/binary-packages/index.html
index 2cefbf8..65a007f 100644
--- a/content/documentation/binary-packages/index.html
+++ b/content/documentation/binary-packages/index.html
@@ -107,31 +107,11 @@
   <div class="col-md-8">
     <h1>Binary Packages</h1>
 
-<h2>Downloading the Mesos RPM</h2>
+<h2>Downloading the Mesos binaries</h2>
 
-<p>Download and install the latest stable RPM binary from the <a 
href="https://bintray.com/apache/mesos/";>Bintray Repository</a>:</p>
+<p>Download and install <a href="https://mesos.apache.org/downloads/";>the 
latest stable Mesos binaries</a>.</p>
 
-<pre><code>$ cat &gt; /tmp/bintray-mesos-el.repo &lt;&lt;EOF
-#bintray-mesos-el - packages by mesos from Bintray
-[bintray-mesos-el]
-name=bintray-mesos-el
-baseurl=https://dl.bintray.com/apache/mesos/el7/x86_64
-gpgcheck=0
-repo_gpgcheck=0
-enabled=1
-EOF
-
-$ sudo mv /tmp/bintray-mesos-el.repo /etc/yum.repos.d/bintray-mesos-el.repo
-
-$ sudo yum update
-
-$ sudo yum install mesos
-</code></pre>
-
-<p>The above instructions show how to install the latest version of Mesos for 
RHEL 7.
-Substitute <code>baseurl</code> the with the appropriate URL for your 
operating system.</p>
-
-<h2>Start Mesos Master and Agent.</h2>
+<h2>Start Mesos Master and Agent</h2>
 
 <p>The RPM installation creates the directory <code>/var/lib/mesos</code> that 
can be used as a work directory.</p>
 
diff --git a/content/documentation/latest/binary-packages/index.html 
b/content/documentation/latest/binary-packages/index.html
index b772178..4c5c7e0 100644
--- a/content/documentation/latest/binary-packages/index.html
+++ b/content/documentation/latest/binary-packages/index.html
@@ -107,31 +107,11 @@
   <div class="col-md-8">
     <h1>Binary Packages</h1>
 
-<h2>Downloading the Mesos RPM</h2>
+<h2>Downloading the Mesos binaries</h2>
 
-<p>Download and install the latest stable RPM binary from the <a 
href="https://bintray.com/apache/mesos/";>Bintray Repository</a>:</p>
+<p>Download and install <a href="https://mesos.apache.org/downloads/";>the 
latest stable Mesos binaries</a>.</p>
 
-<pre><code>$ cat &gt; /tmp/bintray-mesos-el.repo &lt;&lt;EOF
-#bintray-mesos-el - packages by mesos from Bintray
-[bintray-mesos-el]
-name=bintray-mesos-el
-baseurl=https://dl.bintray.com/apache/mesos/el7/x86_64
-gpgcheck=0
-repo_gpgcheck=0
-enabled=1
-EOF
-
-$ sudo mv /tmp/bintray-mesos-el.repo /etc/yum.repos.d/bintray-mesos-el.repo
-
-$ sudo yum update
-
-$ sudo yum install mesos
-</code></pre>
-
-<p>The above instructions show how to install the latest version of Mesos for 
RHEL 7.
-Substitute <code>baseurl</code> the with the appropriate URL for your 
operating system.</p>
-
-<h2>Start Mesos Master and Agent.</h2>
+<h2>Start Mesos Master and Agent</h2>
 
 <p>The RPM installation creates the directory <code>/var/lib/mesos</code> that 
can be used as a work directory.</p>
 
diff --git a/content/documentation/latest/release-guide/index.html 
b/content/documentation/latest/release-guide/index.html
index cedbd1a..edc8e73 100644
--- a/content/documentation/latest/release-guide/index.html
+++ b/content/documentation/latest/release-guide/index.html
@@ -416,40 +416,6 @@ and test.</p></li>
 </ol>
 
 
-<p>Upload the binary RPM packages to Bintray:</p>
-
-<ol>
-<li><p>If you haven&rsquo;t done so, sign up for bintray and request 
membership in the apache organization.
-Get your API key by clicking on <code>Edit profile</code> and then <code>API 
Key</code> on Bintray</p></li>
-<li><p>Go to the <a href="https://bintray.com/apache/mesos/mesos";>Bintray 
package</a> and click the <code>Add a version</code> button.
-Enter the version number as <code>Name</code>, set the appropriate release 
date and click <code>Create</code>.</p></li>
-<li><p>Go to <a 
href="https://builds.apache.org/job/Mesos/job/Packaging/job/CentosRPMs";>Apache 
Jenkins</a> and start a
-manual run of the <code>CentosRPMs</code> job to generate official binary 
packages for this version.</p></li>
-<li><p>Upload the files generated in step 3 to Bintray. Note that you cannot 
use the web interface
-for this step, since it has a file size limit of 250MiB as of the time of this 
writing.</p>
-
-<p>To upload, use a command like this, replacing file name and version number 
where necessary:</p>
-
-<p> curl                                            \
-   -u<username>:<api-key>                        \
-   -H Content-Type:application/json              \
-   -H Accept:application/json                    \
-   -T ./mesos-debuginfo-1.8.1-1.el7.x86_64.rpm   \
-   -H X-Bintray-Package:mesos                    \
-   -H X-Bintray-Version:1.8.1                    \
-   -H X-Bintray-Publish:0                        \
-   
https://api.bintray.com/content/apache/mesos/el7/x86_64/mesos-debuginfo-1.8.1-1.el7.x86_64.rpm</p></li>
-</ol>
-
-
-<p>  (NOTE: The correct upload URL for the package is 
<code>apache/mesos/</code> whereas the web UI is at 
<code>apache/mesos/mesos/</code>.)</p>
-
-<ol>
-<li>Go back to the bintray web interface, verify that you uploaded the correct 
files to the correct location
-and finally click on <code>Publish all</code>.</li>
-</ol>
-
-
 <p>Update Wikipedia:</p>
 
 <ol>
diff --git a/content/documentation/release-guide/index.html 
b/content/documentation/release-guide/index.html
index 89d11d1..c87e269 100644
--- a/content/documentation/release-guide/index.html
+++ b/content/documentation/release-guide/index.html
@@ -416,40 +416,6 @@ and test.</p></li>
 </ol>
 
 
-<p>Upload the binary RPM packages to Bintray:</p>
-
-<ol>
-<li><p>If you haven&rsquo;t done so, sign up for bintray and request 
membership in the apache organization.
-Get your API key by clicking on <code>Edit profile</code> and then <code>API 
Key</code> on Bintray</p></li>
-<li><p>Go to the <a href="https://bintray.com/apache/mesos/mesos";>Bintray 
package</a> and click the <code>Add a version</code> button.
-Enter the version number as <code>Name</code>, set the appropriate release 
date and click <code>Create</code>.</p></li>
-<li><p>Go to <a 
href="https://builds.apache.org/job/Mesos/job/Packaging/job/CentosRPMs";>Apache 
Jenkins</a> and start a
-manual run of the <code>CentosRPMs</code> job to generate official binary 
packages for this version.</p></li>
-<li><p>Upload the files generated in step 3 to Bintray. Note that you cannot 
use the web interface
-for this step, since it has a file size limit of 250MiB as of the time of this 
writing.</p>
-
-<p>To upload, use a command like this, replacing file name and version number 
where necessary:</p>
-
-<p> curl                                            \
-   -u<username>:<api-key>                        \
-   -H Content-Type:application/json              \
-   -H Accept:application/json                    \
-   -T ./mesos-debuginfo-1.8.1-1.el7.x86_64.rpm   \
-   -H X-Bintray-Package:mesos                    \
-   -H X-Bintray-Version:1.8.1                    \
-   -H X-Bintray-Publish:0                        \
-   
https://api.bintray.com/content/apache/mesos/el7/x86_64/mesos-debuginfo-1.8.1-1.el7.x86_64.rpm</p></li>
-</ol>
-
-
-<p>  (NOTE: The correct upload URL for the package is 
<code>apache/mesos/</code> whereas the web UI is at 
<code>apache/mesos/mesos/</code>.)</p>
-
-<ol>
-<li>Go back to the bintray web interface, verify that you uploaded the correct 
files to the correct location
-and finally click on <code>Publish all</code>.</li>
-</ol>
-
-
 <p>Update Wikipedia:</p>
 
 <ol>

Reply via email to