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 DF56F200B48 for ; Mon, 18 Jul 2016 13:23:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DDE21160A6D; Mon, 18 Jul 2016 11:23:55 +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 300C3160A65 for ; Mon, 18 Jul 2016 13:23:55 +0200 (CEST) Received: (qmail 55631 invoked by uid 500); 18 Jul 2016 11:23:54 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 55613 invoked by uid 99); 18 Jul 2016 11:23:54 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2016 11:23:54 +0000 Received: from mail-vk0-f50.google.com (mail-vk0-f50.google.com [209.85.213.50]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id C2D201A0294 for ; Mon, 18 Jul 2016 11:23:53 +0000 (UTC) Received: by mail-vk0-f50.google.com with SMTP id j126so180077844vkg.3 for ; Mon, 18 Jul 2016 04:23:53 -0700 (PDT) X-Gm-Message-State: ALyK8tJj0DRK7g233/UPU0eGwFR9BiQwmfttk6iuB2hIUniJylAVd8pgyu+G3MFKH2GlfIbd7J7P/VNoNhebWw== X-Received: by 10.159.41.69 with SMTP id t63mr17574516uat.66.1468841032713; Mon, 18 Jul 2016 04:23:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.73.194 with HTTP; Mon, 18 Jul 2016 04:23:33 -0700 (PDT) In-Reply-To: <1347130563.11769.1468767348890.JavaMail.jenkins@crius> References: <1347130563.11769.1468767348890.JavaMail.jenkins@crius> From: Sean Busbey Date: Mon, 18 Jul 2016 06:23:33 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Successful: HBase Generate Website To: dev Cc: misty@apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable archived-at: Mon, 18 Jul 2016 11:23:56 -0000 pushed. On Sun, Jul 17, 2016 at 9:55 AM, Apache Jenkins Server wrote: > Build status: Successful > > If successful, the website and docs have been generated. If failed, skip = to the bottom of this email. > > Use the following commands to download the patch and apply it to a clean = branch based on origin/asf-site. If you prefer to keep the hbase-site repo = around permanently, you can skip the clone step. > > git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git > > cd hbase-site > wget -O- https://builds.apache.org/job/hbase_generate_website/290/artif= act/website.patch.zip | funzip > 9bc7ecfb9dec6bfe14a12b6d3bfd11392d7752b8.p= atch > git fetch > git checkout -b asf-site-9bc7ecfb9dec6bfe14a12b6d3bfd11392d7752b8 origi= n/asf-site > git am --whitespace=3Dfix 9bc7ecfb9dec6bfe14a12b6d3bfd11392d7752b8.patc= h > > At this point, you can preview the changes by opening index.html or any o= f the other HTML pages in your local asf-site-9bc7ecfb9dec6bfe14a12b6d3bfd1= 1392d7752b8 branch. > > There are lots of spurious changes, such as timestamps and CSS styles in = tables, so a generic git diff is not very useful. To see a list of files th= at have been added, deleted, renamed, changed type, or are otherwise intere= sting, use the following command: > > git diff --name-status --diff-filter=3DADCRTXUB origin/asf-site > > To see only files that had 100 or more lines changed: > > git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}' > > When you are satisfied, publish your changes to origin/asf-site using the= se commands: > > git commit --allow-empty -m "Empty commit" # to work around a current A= SF INFRA bug > git push origin asf-site-9bc7ecfb9dec6bfe14a12b6d3bfd11392d7752b8:asf-s= ite > git checkout asf-site > git branch -d asf-site-9bc7ecfb9dec6bfe14a12b6d3bfd11392d7752b8 > > Changes take a couple of minutes to be propagated. You can verify whether= they have been propagated by looking at the Last Published date at the bot= tom of http://hbase.apache.org/. It should match the date in the index.html= on the asf-site branch in Git. > > > > > > If failed, see https://builds.apache.org/job/hbase_generate_website/290/c= onsole