From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id OPAALJoO1V6XPQAA0tVLHw (envelope-from ) for ; Mon, 01 Jun 2020 14:20:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id aMm1J5oO1V5KIwAAbx9fmQ (envelope-from ) for ; Mon, 01 Jun 2020 14:20:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 448C89404CF for ; Mon, 1 Jun 2020 14:20:10 +0000 (UTC) Received: from localhost ([::1]:37470 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jflIP-0007wD-16 for larch@yhetil.org; Mon, 01 Jun 2020 10:20:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jflIF-0007vp-E1 for guix-devel@gnu.org; Mon, 01 Jun 2020 10:19:59 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:57840) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jflID-00011o-Mv for guix-devel@gnu.org; Mon, 01 Jun 2020 10:19:58 -0400 Date: Mon, 01 Jun 2020 14:19:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail; t=1591021193; bh=5r46pE9IPmFIajz8nUaL9DqLu1eJKe+uYB6f1SJIUc0=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=JYFxdUAIxV2fFUx9GEEgpliyaAhj9FP/Bt7AJYj8Ax6Ahw2Lfo0SUiv3c50HVctzJ Yj8cVH/GmwDIqNg3hwBmuAM1KYEPAA8g/NknjPiyavfhC9NRBjeYGigzvoj+WxmFwB YJXW8DuTJwQ1kwEnSz3dI0lUNgN1SnUJtLkJU5jM= To: Hartmut Goebel From: Ekaitz Zarraga Subject: Re: Downloader for "wrapped" tarbar? Message-ID: In-Reply-To: References: <4x42Vm75a7a2zFErZhcAm9a9nYeo4wfJHNeswtSz2HSarPrxkU8AD0KVhHMOr65NPlCJPMBuGWfbxzg96ym_3j08VqR5KAWdBIM8J5QwITM=@elenq.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.22; envelope-from=ekaitz@elenq.tech; helo=mail2.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/01 10:19:53 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Cc: Guix-devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=elenq.tech header.s=protonmail header.b=JYFxdUAI; dmarc=pass (policy=none) header.from=elenq.tech; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.71 X-TUID: I+6xuDqqQpyK =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Sunday, May 31, 2020 10:19 AM, Hartmut Goebel wrote: > Am 30.05.20 um 12:24 schrieb Ekaitz Zarraga: > > > I took a look to guix/download.scm I think you just need to check what = url-fetch/zipbomb does because the usecase is similar to what you are looki= ng for. > > Yes, I've already seen this. And there also is url-fetch/tarbomb. But > this "%store-monad" in there discourages me, as I'm afraif this will > keep the file in the store. I've been thinking about this and I don't expect those files to be kept in = the store. Doesn't the store just keep the result of the packaging rather t= han the source of it? > > Thanks for the work you are doing, I'm interested on it because I want = to package Wings3D, so once you are done you'll probably have a tester :) > > You already can start testing the rebar3 builder :-)=C2=A0 You can find m= y > WIP at > https://gitlab.digitalcourage.de/htgoebel/guix/-/tree/HG-rebar-build-syst= em I'll take a look if I have some free time, thanks for the link!