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 99ff1ae CHANGE: remove bintray from docs.
99ff1ae is described below
commit 99ff1ae3b470a82267d7b5ccebd64ca0c77a85c6
Author: Andreas Peters <[email protected]>
AuthorDate: Fri Mar 25 09:03:41 2022 +0100
CHANGE: remove bintray from docs.
---
docs/binary-packages.md | 25 +++----------------------
docs/release-guide.md | 31 -------------------------------
2 files changed, 3 insertions(+), 53 deletions(-)
diff --git a/docs/binary-packages.md b/docs/binary-packages.md
index 07e0933..b189449 100644
--- a/docs/binary-packages.md
+++ b/docs/binary-packages.md
@@ -5,30 +5,11 @@ layout: documentation
# Binary Packages
-## Downloading the Mesos RPM
+## Downloading the Mesos binaries
-Download and install the latest stable RPM binary from the [Bintray
Repository](https://bintray.com/apache/mesos/):
+Download and install [the latest stable Mesos
binaries](https://mesos.apache.org/downloads/).
- $ cat > /tmp/bintray-mesos-el.repo <<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
-
-The above instructions show how to install the latest version of Mesos for
RHEL 7.
-Substitute `baseurl` the with the appropriate URL for your operating system.
-
-## Start Mesos Master and Agent.
+## Start Mesos Master and Agent
The RPM installation creates the directory `/var/lib/mesos` that can be used
as a work directory.
diff --git a/docs/release-guide.md b/docs/release-guide.md
index 49e1e74..4916bbb 100644
--- a/docs/release-guide.md
+++ b/docs/release-guide.md
@@ -309,37 +309,6 @@ Update the Mesos Homebrew package.
3. Once accepted, verify that `brew install mesos` works.
-Upload the binary RPM packages to Bintray:
-
-1. If you haven't done so, sign up for bintray and request membership in the
apache organization.
- Get your API key by clicking on `Edit profile` and then `API Key` on Bintray
-
-2. Go to the [Bintray package](https://bintray.com/apache/mesos/mesos) and
click the `Add a version` button.
- Enter the version number as `Name`, set the appropriate release date and
click `Create`.
-
-3. Go to [Apache
Jenkins](https://builds.apache.org/job/Mesos/job/Packaging/job/CentosRPMs) and
start a
- manual run of the `CentosRPMs` job to generate official binary packages for
this version.
-
-4. 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.
-
- To upload, use a command like this, replacing file name and version number
where necessary:
-
- 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
-
- (NOTE: The correct upload URL for the package is `apache/mesos/` whereas the
web UI is at `apache/mesos/mesos/`.)
-
-5. Go back to the bintray web interface, verify that you uploaded the correct
files to the correct location
- and finally click on `Publish all`.
-
Update Wikipedia:
1. Update the [Wikipedia article](https://en.wikipedia.org/wiki/Apache_Mesos)
to mention the