Created
May 5, 2014 16:04
-
-
Save solidsnack/323dbd9a4ca641f832cd to your computer and use it in GitHub Desktop.
Build a particular branch of Mesos as a Deb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pushd /tmp && | |
| git clone https://github.com/mesosphere/mesos-deb-packaging && | |
| pushd mesos-deb-packaging && | |
| ./build_mesos --repo https://github.com/mesosphere/mesos?0.19.0-xcon3 --nominal-version 0.19.0-xcon3 | |
| # Deb will be pkg.deb | |
| # Egg will be mesos.egg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment