You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:21:19 UTC

svn commit: r1131995 - /incubator/mesos/trunk/

Author: benh
Date: Sun Jun  5 08:21:18 2011
New Revision: 1131995

URL: http://svn.apache.org/viewvc?rev=1131995&view=rev
Log:
Fixed configure.OURS scripts and removed many old ones

Added:
    incubator/mesos/trunk/configure.template.macosx
      - copied, changed from r1131994, incubator/mesos/trunk/configure.OURS.macosx
    incubator/mesos/trunk/configure.template.ubuntu-karmic-64   (with props)
    incubator/mesos/trunk/configure.template.ubuntu-lucid-64   (with props)
Removed:
    incubator/mesos/trunk/configure.OURS.karmic64
    incubator/mesos/trunk/configure.OURS.lucid64
    incubator/mesos/trunk/configure.OURS.macosx
    incubator/mesos/trunk/configure.OURS.rcluster
    incubator/mesos/trunk/configure.OURS.solaris
    incubator/mesos/trunk/configure.OURS.ubuntu32
    incubator/mesos/trunk/configure.OURS.ubuntu64

Copied: incubator/mesos/trunk/configure.template.macosx (from r1131994, incubator/mesos/trunk/configure.OURS.macosx)
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.template.macosx?p2=incubator/mesos/trunk/configure.template.macosx&p1=incubator/mesos/trunk/configure.OURS.macosx&r1=1131994&r2=1131995&rev=1131995&view=diff
==============================================================================
--- incubator/mesos/trunk/configure.OURS.macosx (original)
+++ incubator/mesos/trunk/configure.template.macosx Sun Jun  5 08:21:18 2011
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 if test -z "$JAVA_HOME"; then
-  JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
+  JAVA_HOME=/Library/Java/Home
 fi
 
 $(dirname $0)/configure                              \

Added: incubator/mesos/trunk/configure.template.ubuntu-karmic-64
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.template.ubuntu-karmic-64?rev=1131995&view=auto
==============================================================================
--- incubator/mesos/trunk/configure.template.ubuntu-karmic-64 (added)
+++ incubator/mesos/trunk/configure.template.ubuntu-karmic-64 Sun Jun  5 08:21:18 2011
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+$(dirname $0)/configure \
+  --with-python-headers=/usr/include/python2.6 \
+  --with-java-home=/usr/lib/jvm/java-6-sun \
+  --with-webui \
+  --with-included-zookeeper $@

Propchange: incubator/mesos/trunk/configure.template.ubuntu-karmic-64
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/mesos/trunk/configure.template.ubuntu-lucid-64
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/configure.template.ubuntu-lucid-64?rev=1131995&view=auto
==============================================================================
--- incubator/mesos/trunk/configure.template.ubuntu-lucid-64 (added)
+++ incubator/mesos/trunk/configure.template.ubuntu-lucid-64 Sun Jun  5 08:21:18 2011
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+$(dirname $0)/configure \
+  --with-python-headers=/usr/include/python2.6 \
+  --with-java-home=/usr/lib/jvm/java-6-openjdk \
+  --with-webui \
+  --with-included-zookeeper $@

Propchange: incubator/mesos/trunk/configure.template.ubuntu-lucid-64
------------------------------------------------------------------------------
    svn:executable = *