You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ha...@apache.org on 2017/03/05 16:57:40 UTC

mesos git commit: Included `maintenance.html` when `make dist`.

Repository: mesos
Updated Branches:
  refs/heads/master a152828e1 -> 5ac6e1563


Included `maintenance.html` when `make dist`.

`maintenance.html` is introduced in `3ee57de6`, but it is missing in
the tarball after `make dist`. This commit fixed this problem.


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

Branch: refs/heads/master
Commit: 5ac6e156390717c34586e6e19fee4bc4cb6b01d5
Parents: a152828
Author: Haosdent Huang <ha...@apache.org>
Authored: Mon Mar 6 00:56:39 2017 +0800
Committer: Haosdent Huang <ha...@apache.org>
Committed: Mon Mar 6 00:56:39 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5ac6e156/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 76d58a0..bb917c5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1570,6 +1570,7 @@ nobase_dist_pkgdata_DATA +=						\
   webui/master/static/frameworks.html					\
   webui/master/static/home.html						\
   webui/master/static/index.html					\
+  webui/master/static/maintenance.html					\
   webui/master/static/offers.html					\
   webui/master/static/pailer.html					\
   webui/master/static/directives/pagination.html			\