From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guix on clusters and in HPC Date: Tue, 08 Nov 2016 13:39:03 +0100 Message-ID: <878tsu9me0.fsf@gnu.org> References: <87r37divr8.fsf@gnu.org> <8737jteh8z.fsf@gnu.org> <871szbazaa.fsf@gnu.org> <8760omujwc.fsf@elephly.net> <874m3zuy52.fsf@gnu.org> <9d899b54-934f-e98b-2464-8ccc2f8115c7@uq.edu.au> <20161102160325.GA18871@mail.thebird.nl> <20161104220523.GA998@mail.thebird.nl> 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]:51647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c45gC-00055J-VK for guix-devel@gnu.org; Tue, 08 Nov 2016 07:39:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c45g9-0003JA-RN for guix-devel@gnu.org; Tue, 08 Nov 2016 07:39:09 -0500 In-Reply-To: <20161104220523.GA998@mail.thebird.nl> (Pjotr Prins's message of "Fri, 4 Nov 2016 22:05:23 +0000") 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: Pjotr Prins Cc: Guix-devel Pjotr Prins skribis: > Wrote down a way to distribute software using containers and tar ;) > > https://github.com/pjotrp/guix-notes/blob/master/DISTRIBUTE.org Pretty cool indeed! Recently I thought we could extract the =E2=80=98self-contained-tarball=E2= =80=99 function you quoted and make it a bit more generic so that we can use it for a =E2=80=98guix package=E2=80=99 command: $ guix pack guix # same as =E2=80=98make guix-binary.x86_64.tar.gz=E2= =80=99 /gnu/store/=E2=80=A6-guix.tar.gz $ guix pack emacs /gnu/store/=E2=80=A6-emacs.tar.gz >From there, we might even be able to do something like: $ guix package --format=3Ddocker --entry-point=3Demacs emacs (See .) Ludo=E2=80=99.