From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Continuous Integration for package.el Packages Date: Tue, 20 Aug 2013 11:19:26 +0200 Message-ID: <87wqngsorl.fsf@bzg.ath.cx> References: <8738rqk3i8.fsf@moritz-x230.lan> <874nc1mtxo.fsf@moritz-x230.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1376990385 19423 80.91.229.3 (20 Aug 2013 09:19:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Aug 2013 09:19:45 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Moritz Ulrich Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 20 11:19:47 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VBi6J-0002ZQ-GP for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 11:19:43 +0200 Original-Received: from localhost ([::1]:46754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBi6J-0001oe-2u for ged-emacs-devel@m.gmane.org; Tue, 20 Aug 2013 05:19:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBi6A-0001oH-6j for emacs-devel@gnu.org; Tue, 20 Aug 2013 05:19:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBi65-0002Ch-0H for emacs-devel@gnu.org; Tue, 20 Aug 2013 05:19:34 -0400 Original-Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:61941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBi64-0002CZ-LS; Tue, 20 Aug 2013 05:19:28 -0400 Original-Received: by mail-wg0-f44.google.com with SMTP id l18so143207wgh.11 for ; Tue, 20 Aug 2013 02:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=2L7x7LhpwWtNKtfX2KWe/yb4F0h6m9aGeXhksTgWLbI=; b=jmTfS/NviFbdFV1K8YJjpsj/jJH3LoHsQjAXbR/8CkbMAebeFBslla+b+hZsMlz2pe Jq6Vd1xaasB8A0hObTNwTG2I1KcPKP+P3CbpAf1ykMEXXsS6I46A9co2aavuq01W+Qrg Iw0CDkDHAYMlGGRG1lbEl27WiIadaL6M8HYxFF2zJyShU9lHXOO3VsTKNuNyfSPbq8ev Fh0DhJ3JIuT4E4NfVTBu3aGhXkvovXB8BI8vrr0/LU13rtbhGJuiFedPWMdSqWpag5VV Z4wfYLg6GOixjxabLVF7r9YprK2do3HVWVcV9/k/RBTbgrPjg+LQlM6nBFxNWwqKIW6Y bKag== X-Received: by 10.194.122.99 with SMTP id lr3mr496170wjb.21.1376990367818; Tue, 20 Aug 2013 02:19:27 -0700 (PDT) Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPSA id fu13sm1076932wic.7.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 20 Aug 2013 02:19:26 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 140CE1C2187A; Tue, 20 Aug 2013 11:19:26 +0200 (CEST) In-Reply-To: <874nc1mtxo.fsf@moritz-x230.lan> (Moritz Ulrich's message of "Thu, 11 Jul 2013 09:34:11 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162908 Archived-At: Hi Moritz, Moritz Ulrich writes: > The tests running on the Hydra instance are just a side effect of my > efforts to add the emacs packages to Nix (I'm a NixOS user). Using Guix > should be easy and almost a straight translation. I'm just not (yet) > familar with Guix to give this a try myself. > > Maybe I will in the future. I hope to learn more about Guix packages on the GNU hackers meeting, this friday in Paris. Then perhaps I will be able to help with this, if you can guide me through the necessary steps. Best, -- Bastien