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 3861B18561 for ; Wed, 2 Dec 2015 18:18:44 +0000 (UTC) Received: (qmail 94138 invoked by uid 500); 2 Dec 2015 18:18:38 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 94052 invoked by uid 500); 2 Dec 2015 18:18:38 -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 94040 invoked by uid 99); 2 Dec 2015 18:18:38 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 18:18:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DD79C1A5BF6 for ; Wed, 2 Dec 2015 18:18:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id mQQwDioAVelb for ; Wed, 2 Dec 2015 18:18:36 +0000 (UTC) Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 34E6A2304B for ; Wed, 2 Dec 2015 18:18:36 +0000 (UTC) Received: by obbnk6 with SMTP id nk6so39437916obb.2 for ; Wed, 02 Dec 2015 10:18:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=oVsq9KSnHPpC15R9Pci0YplZopmkhri/bdwvNV8W8Ms=; b=TBkh/TkiUgSPDx5/fgStNIZ5ZmyFRElSs1SnD3rq/7etTnI1dOIW8/XOdI1UYaTh4a gwVrnWMC3fEHHx91ozY+ebTQQzYuxUsbl25yHSXmnu8nx353G9v5v6LAmpQix7UEoTPC XmfEZutNXgnT3bq6PWqcJuCl8c0ct3nI1ktnQoPjoie8i3TAo+DUjuZsuESxpBKnYA2K TxoGnNdzmvtJ6LKh+f5VpUZh76vH295VKg4Q+NbPPJt0oXclP8qU26EKoJNZKvnkqb1D 8IUsKJ1SbKU6VxWbdunkiVA4Amjv1/UKTJqgpEqIiYAsivcLVOdd33eYhhLz7jLwqykH IJ7Q== X-Received: by 10.60.36.194 with SMTP id s2mr3841215oej.53.1449080315145; Wed, 02 Dec 2015 10:18:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.51.87 with HTTP; Wed, 2 Dec 2015 10:18:05 -0800 (PST) In-Reply-To: References: From: Mikhail Antonov Date: Wed, 2 Dec 2015 10:18:05 -0800 Message-ID: Subject: Re: [DISCUSS] Moving the HBase site to use a stand-alone git repo To: "dev@hbase.apache.org" Content-Type: multipart/alternative; boundary=089e011763116f76380525ee4d4f --089e011763116f76380525ee4d4f Content-Type: text/plain; charset=UTF-8 Sounds good to me. On Wed, Dec 2, 2015 at 9:00 AM, Andrew Purtell wrote: > 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 > -- Thanks, Michael Antonov --089e011763116f76380525ee4d4f--