Re: [gentoo-dev] Private SVN repository for live-ebuild

2011-01-30 Thread Natanael Olaiz
Hi, El 01/27/11 18:24, Zac Medico escribió: On 01/27/2011 09:05 AM, Matthew Summers wrote: Now, as to whether to include the value ESVN_PASSWORD in the ebuild, I would not do that. Personally, I would setup svn+ssh and use an ssh key to access the repo. I do this with git using the git

Re: [gentoo-dev] Private SVN repository for live-ebuild

2011-01-28 Thread Donnie Berkholz
On 11:55 Thu 27 Jan , Zac Medico wrote: On 01/27/2011 11:08 AM, Matthew Summers wrote: One question though. Since the 'portage' user has its $home set by default to /var/tmp/portage how would you recommend handling the ssh key situation since that directory is somewhat special? Well,

Re: [gentoo-dev] Private SVN repository for live-ebuild

2011-01-28 Thread Maciej Mrozowski
On Friday 28 of January 2011 15:26:27 Donnie Berkholz wrote: On 11:55 Thu 27 Jan , Zac Medico wrote: On 01/27/2011 11:08 AM, Matthew Summers wrote: One question though. Since the 'portage' user has its $home set by default to /var/tmp/portage how would you recommend handling the ssh

Re: [gentoo-dev] Private SVN repository for live-ebuild

2011-01-28 Thread Zac Medico
On 01/28/2011 06:26 AM, Donnie Berkholz wrote: On 11:55 Thu 27 Jan , Zac Medico wrote: On 01/27/2011 11:08 AM, Matthew Summers wrote: One question though. Since the 'portage' user has its $home set by default to /var/tmp/portage how would you recommend handling the ssh key situation since

[gentoo-dev] Private SVN repository for live-ebuild

2011-01-27 Thread Natanael Olaiz
Hi all, I want to make a live-ebuild for a private subversion repository. I see in the developers manual [1] that CVS have the vars ECVS_USER and ECVS_PASS, but cannot found equivalent ones for SVN [2]. Anyone knows what would be the prefered way to do that? Is safe to include the login in the

Re: [gentoo-dev] Private SVN repository for live-ebuild

2011-01-27 Thread Matthew Summers
On Thu, Jan 27, 2011 at 9:16 AM, Natanael Olaiz nol...@gmail.com wrote: Hi all, I want to make a live-ebuild for a private subversion repository. I see in the developers manual [1] that CVS have the vars ECVS_USER and ECVS_PASS, but cannot found equivalent ones for SVN [2]. Anyone knows

Re: [gentoo-dev] Private SVN repository for live-ebuild

2011-01-27 Thread Zac Medico
On 01/27/2011 09:05 AM, Matthew Summers wrote: Now, as to whether to include the value ESVN_PASSWORD in the ebuild, I would not do that. Personally, I would setup svn+ssh and use an ssh key to access the repo. I do this with git using the git eclass. I am prompted for a password/key by portage

Re: [gentoo-dev] Private SVN repository for live-ebuild

2011-01-27 Thread Matthew Summers
On Thu, Jan 27, 2011 at 11:24 AM, Zac Medico zmed...@gentoo.org wrote: On 01/27/2011 09:05 AM, Matthew Summers wrote: Now, as to whether to include the value ESVN_PASSWORD in the ebuild, I would not do that. Personally, I would setup svn+ssh and use an ssh key to access the repo. I do

Re: [gentoo-dev] Private SVN repository for live-ebuild

2011-01-27 Thread Zac Medico
On 01/27/2011 11:08 AM, Matthew Summers wrote: One question though. Since the 'portage' user has its $home set by default to /var/tmp/portage how would you recommend handling the ssh key situation since that directory is somewhat special? Well, I've never tried it, so I don't have any