You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by nn...@apache.org on 2015/03/04 23:29:08 UTC

mesos git commit: Added homebrew update to release guide.

Repository: mesos
Updated Branches:
  refs/heads/master 9d8658959 -> d8b36f1b8


Added homebrew update to release guide.

Review: https://reviews.apache.org/r/31720


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d8b36f1b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d8b36f1b
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d8b36f1b

Branch: refs/heads/master
Commit: d8b36f1b865d44f5d280a2fbc4ebd9d135cfd79c
Parents: 9d86589
Author: Aaron Bell <aa...@gmail.com>
Authored: Wed Mar 4 14:27:38 2015 -0800
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Wed Mar 4 14:27:38 2015 -0800

----------------------------------------------------------------------
 docs/release-guide.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d8b36f1b/docs/release-guide.md
----------------------------------------------------------------------
diff --git a/docs/release-guide.md b/docs/release-guide.md
index a016861..4db2024 100644
--- a/docs/release-guide.md
+++ b/docs/release-guide.md
@@ -142,3 +142,10 @@ Per the guidelines [when to archive](http://www.apache.org/dev/release.html#when
 ## Set the release date
 
 1. Find the released Mesos version on https://issues.apache.org/jira/plugins/servlet/project-config/MESOS/versions, and update the release date.
+
+## Update external tooling
+
+1. Update the Mesos Homebrew package.
+  1. Update the [Homebrew formula for Mesos](https://github.com/Homebrew/homebrew/blob/master/Library/Formula/mesos.rb) and test.
+  1. Submit a PR to the [Homebrew repo](https://github.com/Homebrew/homebrew).
+  1. Once accepted, verify that `brew install mesos` works.