guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30809] [PATCH 2/2] services: Add Gitolite.


From: Oleg Pykhalov
Subject: [bug#30809] [PATCH 2/2] services: Add Gitolite.
Date: Sat, 14 Jul 2018 02:15:29 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

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 <address@hidden> writes:

> * gnu/services/version-control.scm (<gitolite-configuration>,
> <gitolite-rc-file>): 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(-)

[…]

> +The following G-exp would use the @file{~/.ssh/id_rsa.pub} file.
> +
> address@hidden
> +(local-file "~/.ssh/id_rsa.pub")
> address@hidden example

‘~/.ssh/id_rsa.pub’ doesn't work for me, because with ‘./pre-inst-env
guix system vm ./test.scm’ it will be expanded to
‘/home/natsu/src/guix/~/.ssh/id_rsa.pub’.

Specifing full path ‘/home/natsu/.ssh/id_rsa.pub’ is required for me.

[…]

Oleg.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]