----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13205/ -----------------------------------------------------------
(Updated Aug. 1, 2013, 11:46 p.m.) Review request for mesos and Vinod Kone. Changes ------- Put diff in description while Review Board has issues. Repository: mesos-git Description (updated) ------- diff --git a/configure.ac b/configure.ac index 6436c18..4dc1cc7 100644 --- a/configure.ac +++ b/configure.ac @@ -88,10 +88,10 @@ AC_CONFIG_FILES([bin/mesos-local.sh], [chmod +x bin/mesos-local.sh]) AC_CONFIG_FILES([bin/mesos-master.sh], [chmod +x bin/mesos-master.sh]) AC_CONFIG_FILES([bin/mesos-slave.sh], [chmod +x bin/mesos-slave.sh]) AC_CONFIG_FILES([bin/mesos-tests.sh], [chmod +x bin/mesos-tests.sh]) -AC_CONFIG_FILES([bin/mesos-local-flags.sh], [chmod +x bin/mesos-local-flags.sh]) -AC_CONFIG_FILES([bin/mesos-master-flags.sh], [chmod +x bin/mesos-master-flags.sh]) -AC_CONFIG_FILES([bin/mesos-slave-flags.sh], [chmod +x bin/mesos-slave-flags.sh]) -AC_CONFIG_FILES([bin/mesos-tests-flags.sh], [chmod +x bin/mesos-tests-flags.sh]) +AC_CONFIG_FILES([bin/mesos-local-flags.sh]) +AC_CONFIG_FILES([bin/mesos-master-flags.sh]) +AC_CONFIG_FILES([bin/mesos-slave-flags.sh]) +AC_CONFIG_FILES([bin/mesos-tests-flags.sh]) AC_CONFIG_FILES([bin/gdb-mesos-local.sh], [chmod +x bin/gdb-mesos-local.sh]) AC_CONFIG_FILES([bin/gdb-mesos-master.sh], [chmod +x bin/gdb-mesos-master.sh]) AC_CONFIG_FILES([bin/gdb-mesos-slave.sh], [chmod +x bin/gdb-mesos-slave.sh]) Diffs ----- configure.ac 6436c18b0f1571dc2e719cb9f4f080dfa4990318 Diff: https://reviews.apache.org/r/13205/diff/ Testing ------- configure && make && bin/mesos-slave.sh Thanks, Benjamin Hindman
