Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E24A3180CC for ; Wed, 2 Dec 2015 17:00:51 +0000 (UTC) Received: (qmail 29980 invoked by uid 500); 2 Dec 2015 17:00:45 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 29890 invoked by uid 500); 2 Dec 2015 17:00:45 -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 29878 invoked by uid 99); 2 Dec 2015 17:00:44 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 17:00:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4E1A3C059B for ; Wed, 2 Dec 2015 17:00:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.101 X-Spam-Level: X-Spam-Status: No, score=-0.101 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id UPdNtnTHw7qE for ; Wed, 2 Dec 2015 17:00:37 +0000 (UTC) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id D4D8120FFE for ; Wed, 2 Dec 2015 17:00:36 +0000 (UTC) Received: by pacej9 with SMTP id ej9so45834327pac.2 for ; Wed, 02 Dec 2015 09:00:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:mime-version:subject :message-id:date:references:in-reply-to:to; bh=sPqAfoH1DAGHE90AdeGxUCCuQzutH5cIPOXmgfXch7M=; b=QDdGrwD8w0RxNU4jfFMpL4ZaC62/O27UZJroXEdBZwmqqt4/hiMi9tWVVZ7BR7ggzK 4comtkIJ6/EaieQZDA+gSyjAGT4omZHpmxef+XlcP7N/J8Ebj1i3YtXEqKCkYgpPlvXc VQmMUjWuM7+EvmOdoPsFe9tsgrB+0Ts6AOB99Z7EdHG7GUILP/KvG6UyrCfwEdkfQHq4 irmyPxdesn+87abqsLhW9qNVMnH6s16zuIeBxPHZ6cFzYUH416xPfUmgYQyVWL0xX7FV 9Tq9F35KGri6OuNP8EejJ2Wds/7POY+8blJ/+y+J6NgsFyV+ITnx7Hxmg0CAT7npuHRP I0kQ== X-Received: by 10.98.89.136 with SMTP id k8mr6091359pfj.58.1449075636510; Wed, 02 Dec 2015 09:00:36 -0800 (PST) Received: from [10.80.170.200] ([166.170.41.202]) by smtp.gmail.com with ESMTPSA id p86sm5463537pfi.42.2015.12.02.09.00.35 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Dec 2015 09:00:35 -0800 (PST) From: Andrew Purtell Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) Subject: Re: [DISCUSS] Moving the HBase site to use a stand-alone git repo Message-Id: Date: Wed, 2 Dec 2015 09:00:35 -0800 References: In-Reply-To: To: dev@hbase.apache.org X-Mailer: iPhone Mail (13B143) No concerns here. > On Dec 2, 2015, at 8:56 AM, Sean Busbey wrote: > > Hi Folks! > > You may recall the occasional emails dev@ gets from a Jenkins job Misty set > up to make updating the website easier for us. They're titled "HBase > Generate Website" and they give a series of steps any committer can run to > push the changes live. > > Misty has been investigating automating this entirely[1], so that once > updates land in the master source branch the website just updates. IMO, > this would go a long way to improving how consistently updates make it to > our primary public-facing presence. > > During our conversation with INFRA (on the jira[1] and in a infra@apache > thread), the consensus seems to be that having an automated non-human > process push to a repo that doesn't contain source that might lead to a > release is acceptable. In contrast, such non-human pushing to our main repo > (even if just to the asf-site branch) is seen as higher risk that would > require a policy decision. > > Is everyone (especially PMCs) fine with us moving our site to a different > repository? > > Presumably something like hbase-site. The expectation is that in almost all > cases folks won't need to checkout or track this remote since the automated > job will be pushing rendered updates for us. > > > [1]: https://issues.apache.org/jira/browse/INFRA-10722 > > -- > Sean