Skip to content

Instantly share code, notes, and snippets.

@solidsnack
Created May 5, 2014 16:04
Show Gist options
  • Select an option

  • Save solidsnack/323dbd9a4ca641f832cd to your computer and use it in GitHub Desktop.

Select an option

Save solidsnack/323dbd9a4ca641f832cd to your computer and use it in GitHub Desktop.
Build a particular branch of Mesos as a Deb
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