Re: [gentoo-portage-dev] [PATCH] GitSync: Support setting environment variables for git

2017-06-05 Thread Zac Medico
On Mon, Jun 5, 2017 at 6:39 AM, Brian Dolbec wrote: > On Mon, 5 Jun 2017 01:40:08 -0700 > Zac Medico wrote: > > > From: Manuel Rüger > > > > This can be used to provide private SSH keys to portage in order to > > clone repositories from

Re: [gentoo-portage-dev] [PATCH] GitSync: Support setting environment variables for git

2017-06-05 Thread Brian Dolbec
On Mon, 5 Jun 2017 01:40:08 -0700 Zac Medico wrote: > From: Manuel Rüger > > This can be used to provide private SSH keys to portage in order to > clone repositories from a non-public repository. > > An exemplary usage would be setting this in the

[gentoo-portage-dev] [PATCH] GitSync: Support setting environment variables for git

2017-06-05 Thread Zac Medico
From: Manuel Rüger This can be used to provide private SSH keys to portage in order to clone repositories from a non-public repository. An exemplary usage would be setting this in the repositories' repos.conf: sync-git-env = "GIT_SSH_COMMAND=ssh -i /etc/portage/.ssh/id_rsa -o