Skip to content

Commit

Permalink
Bumped Mesos to 62de7bb.
Browse files Browse the repository at this point in the history
  • Loading branch information
mesosphere-ci committed Apr 1, 2018
1 parent a7e529d commit db39053
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
17 changes: 10 additions & 7 deletions packages/mesos-modules/buildinfo.json
@@ -1,9 +1,12 @@
{
"requires": ["mesos", "boost-libs"],
"single_source" : {
"kind": "git",
"git": "https://github.com/dcos/dcos-mesos-modules.git",
"ref": "683d3c137ed66d6e9a7e5da622f62a7ce962d4d1",
"ref_origin": "master"
}
"requires": [
"mesos",
"boost-libs"
],
"single_source": {
"kind": "git",
"git": "https://github.com/dcos/dcos-mesos-modules.git",
"ref": "683d3c137ed66d6e9a7e5da622f62a7ce962d4d1",
"ref_origin": "master"
}
}
29 changes: 17 additions & 12 deletions packages/mesos/buildinfo.json
@@ -1,24 +1,29 @@
{
"requires": ["openssl", "libevent", "curl", "boost-libs"],
"single_source" : {
"requires": [
"openssl",
"libevent",
"curl",
"boost-libs"
],
"single_source": {
"kind": "git",
"git": "https://github.com/mesosphere/mesos",
"ref": "97de6eea9ad70f700082f70cd8d2584e199186df",
"ref_origin" : "dcos-mesos-master-e91ce42ed"
"ref": "ceb96c197fee88af06d3f5a552d0338ac48207a2",
"ref_origin": "dcos-mesos-master-nightly-62de7bb"
},
"environment": {
"JAVA_LIBRARY_PATH": "/opt/mesosphere/lib",
"MESOS_NATIVE_JAVA_LIBRARY": "/opt/mesosphere/lib/libmesos.so"
},
"state_directory": true,
"sysctl": {
"dcos-mesos-slave": {
"vm.max_map_count": 262144,
"vm.swappiness": 1
},
"dcos-mesos-slave-public": {
"vm.max_map_count": 262144,
"vm.swappiness": 1
}
"dcos-mesos-slave": {
"vm.max_map_count": 262144,
"vm.swappiness": 1
},
"dcos-mesos-slave-public": {
"vm.max_map_count": 262144,
"vm.swappiness": 1
}
}
}

0 comments on commit db39053

Please sign in to comment.