From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fe7ID-0001Xy-Ox for guix-patches@gnu.org; Fri, 13 Jul 2018 19:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fe7IA-0001Rk-Hq for guix-patches@gnu.org; Fri, 13 Jul 2018 19:16:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51447) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fe7IA-0001Qd-AX for guix-patches@gnu.org; Fri, 13 Jul 2018 19:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fe7I9-0001NJ-WA for guix-patches@gnu.org; Fri, 13 Jul 2018 19:16:02 -0400 Subject: [bug#30809] [PATCH 2/2] services: Add Gitolite. Resent-Message-ID: From: Oleg Pykhalov References: <20180713194101.14891-1-mail@cbaines.net> <20180713194101.14891-2-mail@cbaines.net> Date: Sat, 14 Jul 2018 02:15:29 +0300 In-Reply-To: <20180713194101.14891-2-mail@cbaines.net> (Christopher Baines's message of "Fri, 13 Jul 2018 20:41:01 +0100") Message-ID: <87wotyg226.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 30809@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Christopher, Not a full review, just want to note issue in the documentation and say thank you. The gitolite service works for me. Christopher Baines writes: > * gnu/services/version-control.scm (, > ): New record types. > (gitolite-accounts, gitolite-setup, gitolite-activation): New procedures. > (gitolite-service-type): New variables. > * gnu/tests/version-control.scm (%gitolite-test-admin-keypair, %gitolite-= os, > %test-gitolite): New variables. > (run-gitolite-test): New procedure. > * doc/guix.texi (Version Control): Document the gitolite service. > --- > doc/guix.texi | 91 +++++++++++++++++ > gnu/services/version-control.scm | 169 ++++++++++++++++++++++++++++++- > gnu/tests/version-control.scm | 103 ++++++++++++++++++- > 3 files changed, 361 insertions(+), 2 deletions(-) [=E2=80=A6] > +The following G-exp would use the @file{~/.ssh/id_rsa.pub} file. > + > +@example > +(local-file "~/.ssh/id_rsa.pub") > +@end example =E2=80=98~/.ssh/id_rsa.pub=E2=80=99 doesn't work for me, because with =E2= =80=98./pre-inst-env guix system vm ./test.scm=E2=80=99 it will be expanded to =E2=80=98/home/natsu/src/guix/~/.ssh/id_rsa.pub=E2=80=99. Specifing full path =E2=80=98/home/natsu/.ssh/id_rsa.pub=E2=80=99 is requir= ed for me. [=E2=80=A6] Oleg. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEc+OyAXw1EaDPCmAPckbhHGm3lWkFAltJMpEACgkQckbhHGm3 lWk9OxAAyUre6UB2LbiZ7qZDBeyp3CM2ksu/7S43MELrfEUmyEFN2xNJzzCfdGN0 SSBnjqRZ7BMD6fzLQ3Q5Q7qruLLmoc6B+dbFhOKw2JtndMuwvIJXgRemIBFsL8TR gM/gn2wdZmScG73Hk7b7MWrtOj6w+b/88AnUz7WxmAGBeKhw+2B6d88z+htp1/6l i1w9PActkZaJlJSElx7+76kCrfYs7oYImLLSyYMCki8jr/Fz56+Av4vh9kWfDf3d AjH8BoZXr/5JhyxNAj0KPDBTzqoiWYzhLw6o2CH8/pvJrYzT7X6t0LO89f5q5NLS w7XOGMAxXHW5HYyNo28oyRZZWkRnBfqwrGF7nGvdsUgeEy3e4DC8ekDMKUHJ+Bw2 XV2AH2pqaGZSqgDhqm1b5XEyaf7YB0k0VBqn8blYwJl3aZE8a0uYuQIvCYpIi/kK tcoPm0goWG2l1b6K/eHeXWee+zF+dpxYO4gJGddzB1eSx4Y6XDrbTZvTEhPuoDHG SFt/jkQfp/zJWEahBxXZiX0Lnj9+ShuKlGBFK/NDDNMmHMEIfXfvLR/YqaHBcpGR Sw/VVC6vMFjuQzFpbuDmBV7x/kCuJgTqgSlOiGU4G9Lg5KH5mFe+DRE05rPiatYX NgnFhQmjYimJ9SQqlUGenNxHpsVAUAH+rt7/cWhR/GBKkJ7KNmI= =R9cx -----END PGP SIGNATURE----- --=-=-=--