From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: help for guix pull Date: Fri, 18 Aug 2017 14:36:57 -0400 Message-ID: <20170818183657.GA28247@jasmine.lan> References: <539879735.19474.1503046450566.JavaMail.zimbra@ensea.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dim8l-0008Nv-8W for help-guix@gnu.org; Fri, 18 Aug 2017 14:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dim8i-0002pQ-4k for help-guix@gnu.org; Fri, 18 Aug 2017 14:37:03 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:56643) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dim8h-0002p6-VQ for help-guix@gnu.org; Fri, 18 Aug 2017 14:37:00 -0400 Content-Disposition: inline In-Reply-To: <539879735.19474.1503046450566.JavaMail.zimbra@ensea.fr> 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: Adrien Marin Cc: help-guix@gnu.org --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 18, 2017 at 10:54:10AM +0200, Adrien Marin wrote: > Hi,=20 >=20 > I've some trouble with guix pull use:=20 >=20 > i have cloned a guix repo to had my package in gnu/packages in order to h= ave them in 'guix package - A' list.=20 >=20 > before guix 0.13, I used guix pull like this :=20 >=20 > > guix pull --url=3D"http://gitlab.com/my-acount/my-repo/repository/archi= ve.tar.gz?ref=3Dmaster"=20 >=20 > but know it doesn't work anymore.. guix pull do not use tarball anymore= =20 >=20 > you can see at this commit : http://git.savannah.gnu.org/gitweb/?p=3Dguix= =2Egit;a=3Dcommit;h=3D59a16275189f55ddd692b0ea5b415c706fa1fd69=20 >=20 > The use of guix pull change but it doesn't change in the manual...=20 The manual does document the new options, but the copy of the manual on our webpage corresponds to the 0.13.0 release of Guix, so it doesn't include the changes. For any user that has the guix package installed (on a foreign distro, that's root), you should be able to access the corresponding copy of the manual with `info guix`. I've copied the new documentation below: ------ The guix pull command is usually invoked with no arguments, but it supports= the following options: --verbose Produce verbose output, writing build logs to the standard error output. --url=3Durl Download Guix from the Git repository at url. By default, the source is taken from its canonical Git repository at gn= u.org, for the stable branch of Guix. --commit=3Dcommit Deploy commit, a valid Git commit ID represented as a hexadecimal strin= g. --branch=3Dbranch Deploy the tip of branch, the name of a Git branch available on the rep= ository at url. --bootstrap Use the bootstrap Guile to build the latest Guix. This option is only u= seful to Guix developers.=20 ------ So, you can adjust your command like this: $ guix pull --url=3Dhttp://gitlab.com/my-acount/my-repo.git That is, use the URL you'd use for `git clone`. --opJtzjQTFsWo+cga Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlmXM8kACgkQJkb6MLrK fwie7w//VZ663cA3npuA5nwgazgeiY+f19O2MIAr08CLs51+aLNuIFmxfWaBekgY sbbU/U7s2jSdbK1/90X0vLXQZ2m810C/3hiX/wWikRmJ6jwjcZ8BfC33Dia/DttY AkSun8TudBHrsJvX/leNnbSCnTxY+zzLADFwH1nzFa9nt8YNK6YQgIT0STk0daJi PZF1wPORg3auTcUNJZxqBvZdKrVUjuK9aox4t5PEK0x4b6EOUM81mF6K2lAsdw7J v0vbSryh8yEHYwCmWIeOfUDE+472jH1fc9keS39ZC6qZX+o4KyFnV+PCBUwP9t+j lsKN2k/EN4/c4SpIE2CxEteQIRbvoDdWnElmknCYMRi4iel4INJFOEymnZaDzIK0 JozQVE77a1RQ3vpjK+pNmU92CT3OcKtmtgcphaTG2vfhvG4oW2LJ6Be/X+QCUQ2b pgLh+qEn5pZIG0V37CvjjU6dlIyVPB+EOFwJ0Rz75spQHUVUgMAIm7+xx9Eulyyy Hp8vuWWfSZtsh8oahBJEyWAv9iHe6Us5yCb2lgeDpa0qFHy6E2QP3L6Xfs6KGYj1 RS6gmDsqVOI2KFXssuGClwaUZjx3BoPclaZsgH9Ia2vcQWYSwWdcXuRiN3fpeCZ1 FZydNmWhLTdO+BkRuLcj8rZ7gr5KUtKRZJD2xyu1RwDUqQc98tE= =e0VS -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--