From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Moritz Ulrich Newsgroups: gmane.emacs.devel Subject: Re: Continuous Integration for package.el Packages Date: Thu, 11 Jul 2013 09:34:11 +0200 Message-ID: <874nc1mtxo.fsf@moritz-x230.lan> References: <8738rqk3i8.fsf@moritz-x230.lan>, NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373528063 636 80.91.229.3 (11 Jul 2013 07:34:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2013 07:34:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 11 09:34:24 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 1UxBOQ-0002oc-Hl for ged-emacs-devel@m.gmane.org; Thu, 11 Jul 2013 09:34:22 +0200 Original-Received: from localhost ([::1]:48336 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxBOP-0008PC-N1 for ged-emacs-devel@m.gmane.org; Thu, 11 Jul 2013 03:34:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxBON-0008P0-0M for emacs-devel@gnu.org; Thu, 11 Jul 2013 03:34:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxBOL-0000jr-T4 for emacs-devel@gnu.org; Thu, 11 Jul 2013 03:34:18 -0400 Original-Received: from mail-bk0-f50.google.com ([209.85.214.50]:53697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxBOL-0000jQ-NU for emacs-devel@gnu.org; Thu, 11 Jul 2013 03:34:17 -0400 Original-Received: by mail-bk0-f50.google.com with SMTP id ik8so3148685bkc.23 for ; Thu, 11 Jul 2013 00:34:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:references:user-agent:in-reply-to:date :message-id:mime-version:content-type:x-gm-message-state; bh=CFKdiVsaMBbNGPGb8fcJ8EMTXFHGuL7jO0OMDpSZHE0=; b=XGxGtrFtKd67+VNwhXCXltNXZ8H/YygETg/9zGWID8/Ni94vZgyVV4kwwL6MQbp9AI T/yTwFWEZdc8E58cTNodxn0XrmC0P0y/QuqF0c3jBXTYW9GvRCSli09r4WoW9en3+TnY egwSYVYBIiPwqj6/EkTtBzoKUecyPc7i5KldvXyH8Fg9CGBgyhXYqzW1hPwVTbbN6jkE 0lV0u2YAhG9joWzpfQLs3LeVNYbA6T2Zdyk7LgiqwT0vS+8kRjhC3EHt7wZYBxy2qwKI TU60vXhxgD8cdGbMXaJDCUv39sLj0u7f4u7wIlfoTtHWSfKsGN0uHfAbbl8mNmeJSLr3 ieww== X-Received: by 10.204.170.143 with SMTP id d15mr5526856bkz.44.1373528056331; Thu, 11 Jul 2013 00:34:16 -0700 (PDT) Original-Received: from moritz-x230.lan (pd956ba09.dip0.t-ipconnect.de. [217.86.186.9]) by mx.google.com with ESMTPSA id kz11sm7765115bkb.11.2013.07.11.00.34.14 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 11 Jul 2013 00:34:15 -0700 (PDT) User-agent: mu4e 0.9.9; emacs 24.3.1 In-reply-to: X-Gm-Message-State: ALoCoQmrs52A0dAzNzoYox50Hq5BSnQDZj0bvQw4hFVKN2j+dz/a0D1V0nOgXKgO3WSzDDrDmTbb X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.214.50 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:161819 Archived-At: Richard Stallman writes: > [ To any NSA and FBI agents reading my email: please consider > [ whether defending the US Constitution against all enemies, > [ foreign or domestic, requires you to follow Snowden's example. > > Nix is a pretty good fit for this kind of tests because it limits access > to all resources. This prevents leaking of the host environment into the > build, preventing implicit dependencies. > > How about using Guix? Guix is supposed to be similar to Nix, > but using Guile, and it is meant for GNU. 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. -- Moritz Ulrich