Return-Path: X-Original-To: apmail-corinthia-dev-archive@minotaur.apache.org Delivered-To: apmail-corinthia-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A1D67185EE for ; Mon, 17 Aug 2015 11:14:48 +0000 (UTC) Received: (qmail 39224 invoked by uid 500); 17 Aug 2015 11:14:48 -0000 Delivered-To: apmail-corinthia-dev-archive@corinthia.apache.org Received: (qmail 39189 invoked by uid 500); 17 Aug 2015 11:14:48 -0000 Mailing-List: contact dev-help@corinthia.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@corinthia.incubator.apache.org Delivered-To: mailing list dev@corinthia.incubator.apache.org Received: (qmail 39178 invoked by uid 99); 17 Aug 2015 11:14:48 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2015 11:14:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 00DC8DE71E for ; Mon, 17 Aug 2015 11:14:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.403 X-Spam-Level: X-Spam-Status: No, score=0.403 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.577] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id OP5jE_WAV0Xo for ; Mon, 17 Aug 2015 11:14:47 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 45BD9210C9 for ; Mon, 17 Aug 2015 11:14:47 +0000 (UTC) Received: (qmail 39157 invoked by uid 99); 17 Aug 2015 11:14:47 -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, 17 Aug 2015 11:14:47 +0000 Received: from [192.168.0.2] (unknown [151.67.83.253]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D6E401A0323; Mon, 17 Aug 2015 11:14:45 +0000 (UTC) Message-ID: <55D1C222.8010307@apache.org> Date: Mon, 17 Aug 2015 13:14:42 +0200 From: Andrea Pescetti User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: dev@corinthia.incubator.apache.org Subject: Re: [PRE-VOTE] Release candidate 0.1 References: <55D187EC.4010702@apache.org> <55D18A31.6080209@apache.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit jan i wrote: > I personally do it a little bit different, I have cloned (as opposed to > fork) our official repo, and then have several local branches Yes, but I wanted a way to share changes online without messing with our official repository (I could obviously create a remote branch, but a "typos" branch would just look stupid!). > just commit to master :-) OK, done so. I'll commit trivial fixes to master. I've ported what I had done. > Your previous mail suggest, that you already made changes, but it also > sound as if you expect to make more before we start voting ? To be precise: I'm not finished but I have no idea if I have time for everything during pre-vote. So in this pre-vote phase I'll just push trivial changes to master and I won't be upset if they are not merged to Release_0.1 or even if they are reverted. They are simply there and you can, at your own convenience, take a look when you build a new RC. Regards, Andrea.