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 DFE77200BF4 for ; Fri, 6 Jan 2017 19:25:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DE941160B39; Fri, 6 Jan 2017 18:25:07 +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 34D09160B37 for ; Fri, 6 Jan 2017 19:25:07 +0100 (CET) Received: (qmail 55032 invoked by uid 500); 6 Jan 2017 18:25:06 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 55016 invoked by uid 99); 6 Jan 2017 18:25:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2017 18:25:05 +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 6B011C03A8 for ; Fri, 6 Jan 2017 18:25:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.72 X-Spam-Level: X-Spam-Status: No, score=-0.72 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=scarlet.be Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id zFtwZc2417Xz for ; Fri, 6 Jan 2017 18:25:03 +0000 (UTC) Received: from hel.is.scarlet.be (hel.is.scarlet.be [193.74.71.26]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id D7C2A5F23D for ; Fri, 6 Jan 2017 18:25:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1483727101; bh=KOzx5znBQ/4H/OQDXHUkWM2YgMtX9zxzs3Z+Wod0Bho=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To: Subject:In-Reply-To:References:Message-ID; b=WwAJoI7WmSXnPZqkEBse+65u4vZbH6uKJcZKQFgA5PUcKZDQ38uJeRiGP8+TfkO3u IBfwjTSa63RWYYgiDQFXbSPq0G8aD0ZEokK1WPSFxAXDtxZNNyjvVgANDloEJlqUDo kpS2D/fKNixlBo65tzIlYw4BXk6pu+DvYpGYEbc8= Received: from webmail.scarlet.be (gresham.is.scarlet.be [193.74.71.215]) by hel.is.scarlet.be (8.14.9/8.14.9) with ESMTP id v06IP0cE022208 for ; Fri, 6 Jan 2017 19:25:01 +0100 X-Scarlet: d=1483727101 c=193.74.71.215 Received: from ip-83-134-183-6.dsl.scarlet.be ([83.134.183.6]) via ip-83-134-183-6.dsl.scarlet.be ([83.134.183.6]) by webmail.scarlet.be with HTTP (HTTP/1.1 POST); Fri, 06 Jan 2017 19:25:00 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 06 Jan 2017 19:25:00 +0100 From: Gilles To: Subject: Re: [complex] Contributing code In-Reply-To: <47092eecb8e6e9097935b9ebf52a6863@scarlet.be> References: <5372AEB4-0CD1-4E37-9BCF-AAF7A10D99B4@gmail.com> <47092eecb8e6e9097935b9ebf52a6863@scarlet.be> Message-ID: X-Sender: gilles@harfang.homelinux.org User-Agent: Scarlet Webmail X-DCC-scarlet.be-Metrics: hel; whitelist X-Virus-Scanned: clamav-milter 0.98.1-exp at hel X-Virus-Status: Clean archived-at: Fri, 06 Jan 2017 18:25:08 -0000 On Fri, 06 Jan 2017 18:48:58 +0100, Gilles wrote: > On Fri, 6 Jan 2017 12:21:55 -0500, Raymond DeCampo wrote: >> Gilles, Eric, what is the recommended workflow for contributing code >> for >> commons-complex in its current state? >> >> A) Create patches using "git format-patch" and attach them to the >> appropriate JIRA issue > > Patches are fine. > Hopefully Eric can review and apply them. > >> B) Get the github mirror working and submit pull requests and >> reference >> them in the JIRA issue > > I've filed a request: > > https://issues.apache.org/jira/servicedesk/agent/INFRA/issue/INFRA-13239 Actually, the mirror is works already: https://github.com/apache/commons-complex Gilles > >> C) Some other option I have not thought of > > Get committer privilege... :-) > > > Best regards, > Gilles > >> >> Thanks, >> Ray > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org