From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: GSoC: Adding a web interface similar to the Hydra web interface Date: Sat, 05 May 2018 12:50:56 +0200 Message-ID: <87lgcye5pr.fsf@elephly.net> References: <87vac3twbe.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fEumi-0002Un-CY for guix-devel@gnu.org; Sat, 05 May 2018 06:51:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fEumh-0000WL-G9 for guix-devel@gnu.org; Sat, 05 May 2018 06:51:24 -0400 In-reply-to: <87vac3twbe.fsf@gnu.org> 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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel , Tatiana Sholokhova Hi Tatiana, welcome to Guix! > A good starting point for you will be to take a look at the basic ideas > behind Cuirass: what it does, how it structures information about builds > that it performs (which can be inferred from its database=C2=B9). Some time ago I tried to document the database schema. This can be found in the manual. The source file for the manual is here: https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/tree/doc/cuirass.= texi This may not be 100% accurate, but it may be helpful in getting to understand what Cuirass stores and why. -- Ricardo