Repository: bigtop Updated Branches: refs/heads/branch-1.2 83a24f3aa -> 187cc8059
BIGTOP-2890. Download page must not link to snapshots / nightly builds Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/411066d1 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/411066d1 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/411066d1 Branch: refs/heads/branch-1.2 Commit: 411066d12dbe991b9b4d517f26921df0da7ed630 Parents: 83a24f3 Author: Evans Ye <[email protected]> Authored: Sun Sep 24 22:46:16 2017 +0800 Committer: Evans Ye <[email protected]> Committed: Sun Sep 24 22:53:15 2017 +0800 ---------------------------------------------------------------------- src/site/site.xml | 1 - src/site/xdoc/download.xml | 14 -------------- 2 files changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/411066d1/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index bb832ec..668da9b 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -81,7 +81,6 @@ <menu name="Downloads"> <item name="Latest release" href="download.html#releases"/> - <item name="Snapshots" href="download.html#snapshots"/> </menu> <menu name="ASF"> http://git-wip-us.apache.org/repos/asf/bigtop/blob/411066d1/src/site/xdoc/download.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml index a4419d2..32053ec 100644 --- a/src/site/xdoc/download.xml +++ b/src/site/xdoc/download.xml @@ -43,20 +43,6 @@ <a href="https://www.apache.org/dist/bigtop/bigtop-1.2.0/repos/">Installable binary artifacts</a> </li> </ul> - <subsection name="Nightly builds" id="snapshots"></subsection> - <p> - </p> - <ul> - <li> - If you would like to use the latest development version of the source code - please use <br /> - <a href="https://git-wip-us.apache.org/repos/asf?p=bigtop.git">Apache Bigtop source code repo</a> - </li> - <li> - For the nightly built binaries of the Apache Bigtop bigdata stack proceed to <br/> - <a href="https://ci.bigtop.apache.org/view/Packages/job/Bigtop-trunk-packages/">CI trunk build matrix</a> - </li> - </ul> </section> </body> </document>
