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 10:14:58 +0200 Message-ID: <871u75ms1p.fsf@moritz-x230.lan> 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 1373530508 25673 80.91.229.3 (11 Jul 2013 08:15:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2013 08:15:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 11 10:15:09 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 1UxC1t-0000t2-76 for ged-emacs-devel@m.gmane.org; Thu, 11 Jul 2013 10:15:09 +0200 Original-Received: from localhost ([::1]:56278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxC1s-0007Fu-Ok for ged-emacs-devel@m.gmane.org; Thu, 11 Jul 2013 04:15:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxC1p-0007Da-7q for emacs-devel@gnu.org; Thu, 11 Jul 2013 04:15:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxC1n-0005tb-0z for emacs-devel@gnu.org; Thu, 11 Jul 2013 04:15:05 -0400 Original-Received: from mail-bk0-f43.google.com ([209.85.214.43]:49890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxC1m-0005r6-Ov for emacs-devel@gnu.org; Thu, 11 Jul 2013 04:15:02 -0400 Original-Received: by mail-bk0-f43.google.com with SMTP id jm2so3205585bkc.30 for ; Thu, 11 Jul 2013 01:15:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:references:user-agent:in-reply-to:date:message-id :mime-version:content-type:x-gm-message-state; bh=kpuTdDlOs+R4hbr3m6t2p15TsLJT8ukj0o+HZyxJcvo=; b=B/FBksfs7Fic6HQat47iLzvs4iqcrvw8ml6VHlelvkrBBGF85GbdnbbuXDrUdk1JYi zj8ct8BsjSKJtaQyeS5drysoIybr0cuaHdrbPJfVAvXPluE3kfgMSsWPdhNHjCoDYhuO Jb8hR2cdIkGwGaGQ1eqIcjEr9Jgxivm+xG4qHhqSKTtfXNNWk2PWlBAH9FxrLAxxCdlp 5nj570SqKp8Uou90zj6omDaqa5FQaIBMhBNEizRn0rV/m+dPIPbDWEGJZEuTyVugv0Jv k4jJSsugU9CleK/gtyxqNyrJwBXGe5KCHIMLyxvN7ez9IORHvtpfGxFtZbTy+b0RzoCP TeaA== X-Received: by 10.204.231.204 with SMTP id jr12mr5584992bkb.53.1373530501621; Thu, 11 Jul 2013 01:15:01 -0700 (PDT) Original-Received: from moritz-x230.lan (pd956ba09.dip0.t-ipconnect.de. [217.86.186.9]) by mx.google.com with ESMTPSA id l11sm7827711bkk.13.2013.07.11.01.15.00 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 11 Jul 2013 01:15:00 -0700 (PDT) User-agent: mu4e 0.9.9; emacs 24.3.1 In-reply-to: <874nc1mtxo.fsf@moritz-x230.lan> X-Gm-Message-State: ALoCoQmwnfP29lC53ep5bDygAQ9KWxJ812TzqQVo3t8E8hgE0m3nZcfjRxwiqV+EfbAuGriYkmMw X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.214.43 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:161821 Archived-At: Moritz Ulrich writes: > 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. Also, guix currently can't live without Nix. Guix can do the high-level work (generating a derivation file) but won't do all the builds and stuff. -- Moritz Ulrich