You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2013/09/20 09:49:09 UTC

git commit: Removed references of jenkins from Makefile.am and configure.ac.

Updated Branches:
  refs/heads/master e54a79529 -> 7ae09df14


Removed references of jenkins from Makefile.am and configure.ac.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7ae09df1
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7ae09df1
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7ae09df1

Branch: refs/heads/master
Commit: 7ae09df148cb0fb3d3da5cd3e702f621dc96ab24
Parents: e54a795
Author: Vinod Kone <vi...@twitter.com>
Authored: Fri Sep 20 00:46:24 2013 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Fri Sep 20 00:46:24 2013 -0700

----------------------------------------------------------------------
 Makefile.am  | 2 +-
 configure.ac | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7ae09df1/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 260486b..8584f41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ ACLOCAL_AMFLAGS = -I m4
 
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = . 3rdparty src ec2 jenkins
+SUBDIRS = . 3rdparty src ec2
 
 EXTRA_DIST =
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/7ae09df1/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 96ac7a8..a900abb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,8 +78,6 @@ AC_CONFIG_SUBDIRS([3rdparty/libprocess])
 
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_FILES([ec2/Makefile])
-AC_CONFIG_FILES([jenkins/Makefile])
-AC_CONFIG_FILES([jenkins/pom.xml])
 AC_CONFIG_FILES([src/Makefile])
 AC_CONFIG_FILES([3rdparty/Makefile])