From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro Subject: installing a mirror for offline installation Date: Thu, 25 May 2017 18:19:02 -0500 Message-ID: <20170525181902.2b70de9b@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dE211-0003Uq-Gl for help-guix@gnu.org; Thu, 25 May 2017 19:18:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dE20y-0007b7-35 for help-guix@gnu.org; Thu, 25 May 2017 19:17:59 -0400 Received: from mx1.riseup.net ([198.252.153.129]:53151) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dE20x-0007aS-Qx for help-guix@gnu.org; Thu, 25 May 2017 19:17:56 -0400 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 54DF01A092B for ; Thu, 25 May 2017 23:17:54 +0000 (UTC) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org I finally could install bare-bones.scm GuixSD working machine. Now i am interested in installing a mirror [of hydra] for offline installation. There is no telecommunications where I live. So I could bring the server to download substitutes and then take it back to my network for local download. I was told that an nginx mirror of hydra would cache only substitutes after they have been requested through it. Nevertheless, for those that need that, here is the config: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/hydra/nginx/mirror.conf Since that solution is not for offline use, please suggest what I should do. --