From owner-freebsd-arch@FreeBSD.ORG Thu Oct 25 18:08:58 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C471C01 for ; Thu, 25 Oct 2012 18:08:58 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id C36118FC0C for ; Thu, 25 Oct 2012 18:08:57 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi1so1445776pad.13 for ; Thu, 25 Oct 2012 11:08:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=iCxRnTyfLrybEM7XdcBxI/Y2yEWjDF7sL6bcmPaxW7Q=; b=rS6jVynuz6jf8X6OMrtQzbxIYbuZbB6MmLMJ6n2NzZaM00RnrI2WSqPs1JIqVCtm4k EQ5yGVcYlvqsc4PiQLkYJtfhhSNpalyJJRRtcpr/W012wueOQi7U3qr9hZvajiLBUjtR DrXXdgK97LwlXDN0mkyV1tW7eDSpZ2XDWclps= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding:x-gm-message-state; bh=iCxRnTyfLrybEM7XdcBxI/Y2yEWjDF7sL6bcmPaxW7Q=; b=erdtTrFTaOvxvFESfWF+Jxcu2/JT2QXDDa4Vyksn4bs3tHDO8X0vFKTcW0N5xTp04V EhSptBBSSnBogI9XK8sGTtkboPups1FKpBAM3y8lw4mOxLwvvJARxej2d4JJeXEejNwa oDzHYeO3qxSViXfQ8ry5pKm4mCMx9IbK6r3isB1ujUJi4x3+wU5EbL2rBIMHh+o/fPzv Yx9R1Rhf98tnbm6Ot21R/hrlv641ud0aPs3LR/0ge+x5ooqy2JdK7g5kvh8h1GODU24Y cDg/h5SRLrO8CSk5VJr+VOQTsyj2wqLtOonjoRBPswd7bU8PdtwFjWi4mFXHehVi1hYr NCOg== Received: by 10.68.129.72 with SMTP id nu8mr62046863pbb.29.1351188537216; Thu, 25 Oct 2012 11:08:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.161.163 with HTTP; Thu, 25 Oct 2012 11:08:26 -0700 (PDT) In-Reply-To: <86ehkm8s5v.fsf@ds4.des.no> References: <1314468512.87152.YahooMailClassic@web113511.mail.gq1.yahoo.com> <4E593932.8060303@FreeBSD.org> <86sj928vks.fsf@ds4.des.no> <4FB39F66-0434-43F1-9705-3C81CDF2A25F@cederstrand.dk> <86ehkm8s5v.fsf@ds4.des.no> From: Eitan Adler Date: Thu, 25 Oct 2012 14:08:26 -0400 Message-ID: Subject: Re: How about finally replacing GNATS? To: =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQm4ufz8r/O4MeIxPwup15E2vPc0pPEjPmVRA24LtzfpV0kGykSwzbb9q6EN0WUWGGfIY9fP Cc: freebsd-arch@freebsd.org, giffunip@tutopia.com, Erik Cederstrand , Julien Laffaye X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 18:08:58 -0000 On 25 October 2012 11:53, Dag-Erling Sm=C3=B8rgrav wrote: > Erik Cederstrand writes: >> Would a Python script called "send-pr" using the Bugzilla JSONRPC >> webservice and a dummy Bugzilla user (to retain the possibility to >> report anonymously) be acceptable? We don't have python is base, but a shell utility would be very useful. > 2) The solution you propose requires an internet connection. This doesn't matter. > 3) We need to be able to handle PRs submitted from existing FreeBSD > installations, so the conversion has to happen at the receiving end. Maybe. We have been considering whether it would be sufficient to reject old send-pr messages but we are *not yet ready* to have this conversation. In either case having tools like the one proposed can be helpful. --=20 Eitan Adler