Repository: mesos Updated Branches: refs/heads/1.2.x e718bc75b -> a8abde762
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/35ba2ce0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/35ba2ce0 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/35ba2ce0 Branch: refs/heads/1.2.x Commit: 35ba2ce03ab299ac18b5ca3daeeb1fb853832e5a Parents: e718bc7 Author: Haosdent Huang <[email protected]> Authored: Mon Mar 6 00:56:39 2017 +0800 Committer: Haosdent Huang <[email protected]> Committed: Sat Mar 18 14:49:18 2017 +0800 ---------------------------------------------------------------------- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/35ba2ce0/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index c21a073..8f03caa 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 \
