From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Build passing status icon Date: Tue, 15 Sep 2015 15:24:41 +0200 Message-ID: <20150915132441.GB2778@thebird.nl> References: <20150730081036.GA9647@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbqPe-0000QW-JO for guix-devel@gnu.org; Tue, 15 Sep 2015 09:36:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbqPY-0003ky-Kv for guix-devel@gnu.org; Tue, 15 Sep 2015 09:36:46 -0400 Received: from mail.thebird.nl ([95.154.246.10]:54221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbqFz-0007x0-M8 for guix-devel@gnu.org; Tue, 15 Sep 2015 09:26:47 -0400 Content-Disposition: inline In-Reply-To: <20150730081036.GA9647@thebird.nl> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Pjotr Prins Cc: guix-devel@gnu.org I asked this before. Would it be possible that hydra exports JSON (or something) so we can get the package status without having to parse HTML? So the output of http://hydra.gnu.org/job/gnu/master/ruby-2.2.3.x86_64-linux would be JSON with http://hydra.gnu.org/job/gnu/master/ruby-2.2.3.x86_64-linux.json That way it would be trivial to get a status 'icon' that I can use elsewhere. I am into software discovery. And build-status would help. We could even use that to give the status for each package on https://www.gnu.org/software/guix/packages/ Pj. On Thu, Jul 30, 2015 at 10:10:36AM +0200, Pjotr Prins wrote: > Would it be possible to get a status icon straight from the build > farm, such as Travis CI provides, for Guix builds? That would mean we > could add it to a package README, e.g. > > https://github.com/pjotrp/bioruby-vcf/blob/master/README.md > > The embedded markdown code snippet looks like > > [![Build Status](https://secure.travis-ci.org/pjotrp/bioruby-vcf.png)](http://travis-ci.org/pjotrp/bioruby-vcf) > When the build fails the PNG will be different. > > Pj. > --