From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R5YOi-0001dJ-GV for garchives@archives.gentoo.org; Mon, 19 Sep 2011 07:36:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AA0921C1E5; Mon, 19 Sep 2011 07:36:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3F50121C0B6 for ; Mon, 19 Sep 2011 07:35:38 +0000 (UTC) Received: from mail-yi0-f53.google.com (mail-yi0-f53.google.com [209.85.218.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: djc) by smtp.gentoo.org (Postfix) with ESMTPSA id A50611B4016 for ; Mon, 19 Sep 2011 07:35:37 +0000 (UTC) Received: by yie21 with SMTP id 21so5585464yie.40 for ; Mon, 19 Sep 2011 00:35:35 -0700 (PDT) Received: by 10.150.165.7 with SMTP id n7mr1931745ybe.292.1316417735194; Mon, 19 Sep 2011 00:35:35 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.150.188.11 with HTTP; Mon, 19 Sep 2011 00:35:15 -0700 (PDT) In-Reply-To: <4E76704D.9080808@gentoo.org> References: <4E76704D.9080808@gentoo.org> From: Dirkjan Ochtman Date: Mon, 19 Sep 2011 09:35:15 +0200 Message-ID: Subject: Re: [gentoo-dev] euscan proof of concept (like debian's uscan) To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 38310b9b9e46c6f938aaeaa9e9e8f520 On Mon, Sep 19, 2011 at 00:27, "Pawe=C5=82 Hajdan, Jr." wrote: > Okay, I think this is pretty cool and we should find it a new home in > the Gentoo infrastructure. > > I was thinking about http://qa-reports.gentoo.org/ with the repo at > http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qa-scripts.git;a=3Dsummar= y > > I can act as a proxy committer and reviewer for that code. Could you > break it up into some smaller parts (preferably backend first) and send > to me for review (if you're interested)? > > How long does it take to generate the reports? +1 I think it would be good to run this on Gentoo infra, and I wouldn't mind helping out. Bikeshedding: not sure "reports" is the best name for this, as reports implies something more static? Also not sure how much it has to do with QA. How much of it constitutes the backend, in your opinion? It seems there are two parts, right now: 1. euscan script, to find new versions for a single package 2. the django www app, including storage for the version data IMO it would be nice to have a somewhat generic REST-style service exposing the data, and build a simple UI on top of that. In particular, I have different ideas about what the UI should look like, so it would be nice if different people could experiment (and/or integrate in other services like znurt.org). Cheers, Dirkjan