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 B0138200B7A for ; Mon, 5 Sep 2016 23:01:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AEA43160ABC; Mon, 5 Sep 2016 21:01:31 +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 01DB5160AB0 for ; Mon, 5 Sep 2016 23:01:30 +0200 (CEST) Received: (qmail 57251 invoked by uid 500); 5 Sep 2016 21:01:29 -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 57240 invoked by uid 99); 5 Sep 2016 21:01:29 -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, 05 Sep 2016 21:01:29 +0000 Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 7273D1A0046 for ; Mon, 5 Sep 2016 21:01:29 +0000 (UTC) Received: by mail-wm0-f46.google.com with SMTP id b187so34946914wme.1 for ; Mon, 05 Sep 2016 14:01:29 -0700 (PDT) X-Gm-Message-State: AE9vXwOQMvXxokgpVga9B8ojYf9znVO4s3QElKDGL3vZWCxd0J8YZdfANymg3JITvxuse5W3tdn2EOs5+nbYRA== X-Received: by 10.28.164.130 with SMTP id n124mr17689055wme.105.1473109286434; Mon, 05 Sep 2016 14:01:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.114.9 with HTTP; Mon, 5 Sep 2016 14:00:45 -0700 (PDT) In-Reply-To: <992133163.4280.1473087439943.JavaMail.jenkins@crius> References: <992133163.4280.1473087439943.JavaMail.jenkins@crius> From: Dima Spivak Date: Mon, 5 Sep 2016 14:00:45 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Successful: HBase Generate Website To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=94eb2c075adabbf64c053bc8fb2e archived-at: Mon, 05 Sep 2016 21:01:31 -0000 --94eb2c075adabbf64c053bc8fb2e Content-Type: text/plain; charset=UTF-8 Pushed. -Dima On Mon, Sep 5, 2016 at 7:57 AM, Apache Jenkins Server < jenkins@builds.apache.org> wrote: > Build status: Successful > > If successful, the website and docs have been generated. To update the > live site, follow the instructions below. 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/333/ > artifact/website.patch.zip | funzip > b6ba13c37715422710a142f6f82ba4 > 817129c3d6.patch > git fetch > git checkout -b asf-site-b6ba13c37715422710a142f6f82ba4817129c3d6 > origin/asf-site > git am --whitespace=fix b6ba13c37715422710a142f6f82ba4817129c3d6.patch > > At this point, you can preview the changes by opening index.html or any of > the other HTML pages in your local asf-site-b6ba13c37715422710a142f6f82ba4817129c3d6 > 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 > that have been added, deleted, renamed, changed type, or are otherwise > interesting, use the following command: > > git diff --name-status --diff-filter=ADCRTXUB 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 > these commands: > > git commit --allow-empty -m "Empty commit" # to work around a current > ASF INFRA bug > git push origin asf-site-b6ba13c37715422710a142f6f82ba4 > 817129c3d6:asf-site > git checkout asf-site > git branch -D asf-site-b6ba13c37715422710a142f6f82ba4817129c3d6 > > 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 > bottom of http://hbase.apache.org/. It should match the date in the > index.html on the asf-site branch in Git. > > As a courtesy- reply-all to this email to let other committers know you > pushed the site. > > > > If failed, see https://builds.apache.org/job/hbase_generate_website/333/ > console --94eb2c075adabbf64c053bc8fb2e--