Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A4173200D27 for ; Wed, 25 Oct 2017 19:13:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A25F3160BDA; Wed, 25 Oct 2017 17:13:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E7EC11609CE for ; Wed, 25 Oct 2017 19:13:15 +0200 (CEST) Received: (qmail 66019 invoked by uid 500); 25 Oct 2017 17:13:15 -0000 Mailing-List: contact commits-help@metron.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@metron.apache.org Delivered-To: mailing list commits@metron.apache.org Received: (qmail 66010 invoked by uid 99); 25 Oct 2017 17:13:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2017 17:13:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 30676DFA3C; Wed, 25 Oct 2017 17:13:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mattf@apache.org To: commits@metron.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: metron git commit: METRON-1278 Strip " Build Status" widget from root README.md in site-book build (mattf-horton) closes apache/metron#815 Date: Wed, 25 Oct 2017 17:13:12 +0000 (UTC) archived-at: Wed, 25 Oct 2017 17:13:16 -0000 Repository: metron Updated Branches: refs/heads/master 1cd819a6b -> cf6058938 METRON-1278 Strip "Build Status" widget from root README.md in site-book build (mattf-horton) closes apache/metron#815 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/cf605893 Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/cf605893 Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/cf605893 Branch: refs/heads/master Commit: cf6058938cb0c16ec5bc10e0301f3e92cd802af5 Parents: 1cd819a Author: mattf-horton Authored: Wed Oct 25 10:10:54 2017 -0700 Committer: mattf Committed: Wed Oct 25 10:10:54 2017 -0700 ---------------------------------------------------------------------- site-book/bin/generate-md.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/cf605893/site-book/bin/generate-md.sh ---------------------------------------------------------------------- diff --git a/site-book/bin/generate-md.sh b/site-book/bin/generate-md.sh index 686635c..818ab99 100755 --- a/site-book/bin/generate-md.sh +++ b/site-book/bin/generate-md.sh @@ -72,7 +72,9 @@ RESOURCE_LIST=( ## This is a list of duples, flattened into a bash array. Even fields are relative paths to a .md file ## that needs an href re-written to match a resource in the images/ directory. Odd fields are the corresponding ## one-line sed script, in single quotes, that does the rewrite. See below for examples. +## The first line is a special, to remove the "Build Status" variable icon widget. HREF_REWRITE_LIST=( + README.md '/!\[Build Status\](https:\/\/travis-ci.org/d' metron-deployment/Kerberos-manual-setup.md 's#(readme-images/ambari-storm-site-properties.png)#(../images/ambari-storm-site-properties.png)#g' metron-deployment/Kerberos-manual-setup.md 's#(readme-images/ambari-storm-site.png)#(../images/ambari-storm-site.png)#g' metron-deployment/Kerberos-manual-setup.md 's#(readme-images/custom-storm-site-final.png)#(../images/custom-storm-site-final.png)#g'