You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2014/01/15 01:44:16 UTC

git commit: Added missing offers.html file in the distribution.

Updated Branches:
  refs/heads/master b34b31807 -> 86dc2b116


Added missing offers.html file in the distribution.


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

Branch: refs/heads/master
Commit: 86dc2b116c5f89c97128890a2cd6bf3eba3cb4f0
Parents: b34b318
Author: Benjamin Mahler <bm...@twitter.com>
Authored: Tue Jan 14 16:44:09 2014 -0800
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Tue Jan 14 16:44:09 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/86dc2b11/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 288a5cc..e72ae02 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -443,6 +443,7 @@ nobase_dist_pkgdata_DATA +=						\
   webui/master/static/frameworks.html					\
   webui/master/static/home.html						\
   webui/master/static/index.html					\
+  webui/master/static/offers.html					\
   webui/master/static/pailer.html					\
   webui/master/static/slave.html					\
   webui/master/static/slave_executor.html				\