From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.85.128.48; helo=mail-wm1-f48.google.com; envelope-from=philmd@redhat.com; receiver=edk2-devel@lists.01.org Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5EC8C2118B7BA for ; Fri, 16 Nov 2018 14:14:15 -0800 (PST) Received: by mail-wm1-f48.google.com with SMTP id r11-v6so45600wmb.2 for ; Fri, 16 Nov 2018 14:14:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=/Myob1/ACDKulGhy93HSv9EVsYS2phtOrXP25JJMKZM=; b=fDMeatH4+JfiafoEAuCnUzynsfPhRyzv1rQy3K8df/QW/vvMZYekJJoIbGfQYnwP8P PAOYiaynarxAPmTE4VvzsZAAHvDOGiZpGLGQCqLiJfKiSXgYAxRDTLjogdxG6i24O19e 5Rav3yeEgxsGbqZm3IcpdYPZ4cGSLJ0C3IP/ybo5kklBwAVTm4KUd/9Ekq9xvE48owFF xXcAoZyDCe05NGGALkVpqjnVOZ+A8oArqHBZ8eAv/4QOeoaxK9+QSRzN7dDQsA62jXVQ gY5/cIpKet2UTxm2p6O1MmbGwgpllbRSLIzBcBcNQ1ymtTVB+7SIU46C7cwaY6z1wtbO lF/Q== X-Gm-Message-State: AA+aEWbDC8k/wmGoKouk+FX4Jt2rHX99BFw8O3z7HfilqbLBvirNrZ/M KziPviwdCTYwfJIQp98a715T8I6J2Cc= X-Google-Smtp-Source: AFSGD/VSQ3ncVSQnV6X9X1A4k4N0UXjvYWEzm1MDoxW0MBEYGBv9zmEgH6cOIFX3zp2Gy8ndBRuSlA== X-Received: by 2002:a1c:9b94:: with SMTP id d142mr35202wme.25.1542406453735; Fri, 16 Nov 2018 14:14:13 -0800 (PST) Received: from [192.168.1.36] (2.red-83-59-163.dynamicip.rima-tde.net. [83.59.163.2]) by smtp.gmail.com with ESMTPSA id s66sm11135949wmf.34.2018.11.16.14.14.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Nov 2018 14:14:12 -0800 (PST) To: stephano , "Kinney, Michael D" , "edk2-devel@lists.01.org" References: <6535b4dd-57ac-856c-e013-ae8b3203c550@linux.intel.com> <3FEC98D0C33031D6.0465ECFF-1E41-4227-B64B-45BCF39396EA@mail.outlook.com> <76DE84138CBE89489874B70B432D8F9BC7EBA888@ORSMSX105.amr.corp.intel.com> <8a7fa4f2-2a6a-6af3-943b-e64395df270b@linux.intel.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <08c22515-92a7-ea6d-0290-5f2490528565@redhat.com> Date: Fri, 16 Nov 2018 23:14:11 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <8a7fa4f2-2a6a-6af3-943b-e64395df270b@linux.intel.com> Subject: Re: [edk2-announce][RFC] Collaboration Software X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2018 22:14:16 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit On 16/11/18 21:46, stephano wrote: > This looks great. > > I'm going to dig in a bit and see if we can export discussions for > logging purposes or if they are locked into Github. For people on the move, having bad internet (3rd world countries), email system is very powerful, you can download once and work offline, reading/answering. You can also download the list archive and refers to it offline. You also have access to all patches and can apply them offline too. Is this possible with GitHub? Maybe the open source alternative, GitLab, offers a such feature. Googling "gitlab offline" I get: "Many of our customers do not have regular Internet access and many of them, being highly regulated, cannot install local copies of GitLab to be able to run against the provided API. [...] The work, published as the gitlab-ci-yaml_lint gem, is my attempt at a start to solving the issue." This is not what I expected, but it confirms some people have troubles working with online-only services. Regards, Phil. > > git clone git://tianocore.discussion ? :) > > On 11/16/2018 11:55 AM, Kinney, Michael D wrote: >> Hi Stephano, >> >> GitHub supports discussions for teams. >> >> If we added a new team to the GitHub TianoCore >> organization for all developers that want to be >> involved in community topics and design discussions >> (which should closely match the current members of >> edk2-devel) then that may be a simple option that >> uses services that already there. >> >> Another option is to use discussions for one of the >> exiting teams (e.g. Tianocore Maintainers) and make >> posts for these discussion topics public. >> >> https://blog.github.com/2017-11-20-introducing-team-discussions/ >> >> https://help.github.com/articles/about-team-discussions/ >> >> Best regards, >> >> Mike >> >> >> >> >>> -----Original Message----- >>> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] >>> On Behalf Of stephano >>> Sent: Friday, November 16, 2018 11:14 AM >>> To: Zimmer, Vincent ; edk2- >>> devel@lists.01.org >>> Subject: Re: [edk2] [edk2-announce][RFC] Collaboration >>> Software >>> >>> The only reason I didn't include Slack is that it will >>> only log so much >>> information before things start falling off into the >>> ether. >>> >>> Does anyone in the community currently use Slack and know >>> of an easy way >>> of archiving conversations publicly? >>> >>> >>> On 11/16/2018 9:56 AM, Zimmer, Vincent wrote: >>>> https://slack.com/ >>>> >>>> -----Original Message----- >>>> From: edk2-devel [mailto:edk2-devel- >>> bounces@lists.01.org] On Behalf Of Kevin D Davis >>>> Sent: Friday, November 16, 2018 9:35 AM >>>> To: stephano ; edk2- >>> devel@lists.01.org >>>> Subject: Re: [edk2] [edk2-announce][RFC] Collaboration >>> Software >>>> >>>> >>>> >>>> >>>> >>>> >>>>           If we get to vote, I’d vote against Google >>> Groups.  Their interface is very geared toward their >>> internal work flow and seems to change on a whim. >>> Thanks,Kevin >>>> >>>> >>>> >>>> >>>> >>>> On Fri, Nov 16, 2018 at 11:08 AM -0600, "stephano" >>> wrote: >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> We are looking to augment our current communication >>> methods (mailing list / IRC) with a modern solution for >>> group collaboration. The goal is to allow folks to >>> communicate effectively without interrupting the current >>> patch review system, as well as enabling any future >>> systems with more robust options. >>>> >>>> Specific features we are looking for include >>> attachments (currently blocked by the list), robust >>> logging, modern chat, and integration with tools like bug >>> trackers and source repositories (APIs, or better yet, >>> pre-rolled plugins). >>>> >>>> Our current contenders are Google Groups and Groups.io. >>> This RFC is in hopes of finding other options to >>> evaluate. >>>> >>>> Cheers, >>>> Stephano >>>> _______________________________________________ >>>> edk2-devel mailing list >>>> edk2-devel@lists.01.org >>>> https://lists.01.org/mailman/listinfo/edk2-devel >>>> >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> edk2-devel mailing list >>>> edk2-devel@lists.01.org >>>> https://lists.01.org/mailman/listinfo/edk2-devel >>>> >>> _______________________________________________ >>> edk2-devel mailing list >>> edk2-devel@lists.01.org >>> https://lists.01.org/mailman/listinfo/edk2-devel > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel