HomeMesosphereNo notifications. 4 unresolved issues.

Add version selection script
ClosedAll Users

Authored by Caerostris on Jun 2 2017, 4:34 PM.

Details

Summary

Add support for g++ to version selection script

Version selection script now compiles versions which are not currently installed

Don't capitalise bash prompt in version selection script

Remove --disable-python and --disable-java flags from configure script

Test Plan

N/A

Diff Detail

Repository
rMARATHON marathon
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
Changes from before your most recent comment are hidden. Show Older Changes

Hm, I just tried the script and found

system in marathon/ on arcpatch-D826
› ./scripts/mvm.sh --help
Mesos sources not found. Cloning sources.
Cloning into '/Users/kjeschkies/.mesos/mesos_src'...
remote: Counting objects: 120986, done.
remote: Compressing objects: 100% (27701/27701), done.

I think the clone should be done during the first install.

kensipe accepted this revision.Jun 7 2017, 1:49 PM
This revision is now accepted and ready to land.Jun 7 2017, 1:49 PM
ichernetsky requested changes to this revision.Jun 7 2017, 2:01 PM
ichernetsky added inline comments.
scripts/mvm.sh
101

I think it would be useful to have it built with SSL support by default. At the very least, MESOS_CONFIGURE_OPTIONS should be here and be set to SSL options by default, and it should be possible to overwrite it.

This revision now requires changes to proceed.Jun 7 2017, 2:01 PM
This revision was automatically updated to reflect the committed changes.