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 2016/02/03 21:18:00 UTC

mesos git commit: Fixed Makefile.am to use bootstrap-3.3.6.

Repository: mesos
Updated Branches:
  refs/heads/master 156a47193 -> d08e38b7d


Fixed Makefile.am to use bootstrap-3.3.6.


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

Branch: refs/heads/master
Commit: d08e38b7de48d91ba0130bf536fb221877c46c87
Parents: 156a471
Author: Vinod Kone <vi...@gmail.com>
Authored: Wed Feb 3 12:16:04 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Wed Feb 3 12:16:04 2016 -0800

----------------------------------------------------------------------
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d08e38b7/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index fac17f4..c7507cd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1175,7 +1175,7 @@ nobase_dist_pkgdata_DATA +=						\
 
 # Need to distribute/install webui CSS.
 nobase_dist_pkgdata_DATA +=						\
-  webui/master/static/css/bootstrap-3.0.3.min.css			\
+  webui/master/static/css/bootstrap-3.3.6.min.css			\
   webui/master/static/css/mesos.css
 
 # Need to distribute/install webui HTML.