From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29938 invoked by alias); 26 May 2014 16:32:03 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 29916 invoked by uid 89); 26 May 2014 16:32:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 May 2014 16:32:01 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4QGW0Ku028971 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 26 May 2014 12:32:00 -0400 Received: from [10.3.113.75] (ovpn-113-75.phx2.redhat.com [10.3.113.75]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s4QGVxAj014323; Mon, 26 May 2014 12:31:59 -0400 Message-ID: <53836C7F.10905@redhat.com> Date: Tue, 27 May 2014 06:22:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Andreas Jaeger , Siddhesh Poyarekar , libc-alpha@sourceware.org CC: gdb@sourceware.org, fche@redhat.com, gbenson@redhat.com Subject: Re: patchwork.sourceware.org is live! References: <20140523211338.GK12497@spoyarek.pnq.redhat.com> <53835025.8040409@suse.com> In-Reply-To: <53835025.8040409@suse.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-05/txt/msg00072.txt.bz2 On 05/26/2014 10:31 AM, Andreas Jaeger wrote: > One more question: Can I comment in patchwork on patches? > > I'm used to gerrit where I can review and comment patches in one webui. > patchwork looks like I need to switch the whole time between webui - for > tracking what's not done and possible review - and mailer - for > commenting. That's a lot switching of tools ;( That's the way it works. Email for all discussion. webui or cli for orthogonal but related review process. Cheers, Carlos.