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 08:38:25 UTC

svn commit: r1131935 - in /incubator/mesos/trunk: .gitignore src/conf/mesos.conf src/conf/mesos.conf.template

Author: benh
Date: Sun Jun  5 06:38:25 2011
New Revision: 1131935

URL: http://svn.apache.org/viewvc?rev=1131935&view=rev
Log:
Adding template suffix to example configuration file and adding *.conf to .gitignore.

Added:
    incubator/mesos/trunk/src/conf/mesos.conf.template
      - copied, changed from r1131934, incubator/mesos/trunk/src/conf/mesos.conf
Removed:
    incubator/mesos/trunk/src/conf/mesos.conf
Modified:
    incubator/mesos/trunk/.gitignore

Modified: incubator/mesos/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/.gitignore?rev=1131935&r1=1131934&r2=1131935&view=diff
==============================================================================
--- incubator/mesos/trunk/.gitignore (original)
+++ incubator/mesos/trunk/.gitignore Sun Jun  5 06:38:25 2011
@@ -19,6 +19,7 @@ Makefile
 *.blg
 *.log
 *.class
+*.conf
 *.pyc
 *.dSYM
 *.dylib

Copied: incubator/mesos/trunk/src/conf/mesos.conf.template (from r1131934, incubator/mesos/trunk/src/conf/mesos.conf)
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/conf/mesos.conf.template?p2=incubator/mesos/trunk/src/conf/mesos.conf.template&p1=incubator/mesos/trunk/src/conf/mesos.conf&r1=1131934&r2=1131935&rev=1131935&view=diff
==============================================================================
    (empty)