Gentoo Archives: gentoo-dev

From: Fabian Groffen <grobian@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC patch for subversion.eclass (bug 401737)
Date: Wed, 22 Feb 2012 17:39:13
Message-Id: 20120222173847.GA944@gentoo.org
In Reply to: Re: [gentoo-dev] RFC patch for subversion.eclass (bug 401737) by Matthew Summers
1 On 22-02-2012 11:33:55 -0600, Matthew Summers wrote:
2 > On Tue, Feb 21, 2012 at 4:14 PM, Gilles Dartiguelongue <eva@g.o> wrote:
3 > > Le dimanche 19 février 2012 à 12:06 +0100, Justin a écrit :
4 [snip]
5 > >> -     env LC_ALL=C svn info "${target}" | grep -i "^${key}" | cut -d" " -f2-
6 > >> +     env LC_ALL=C svn info \
7 > >> +             ${options} --username "${ESVN_USER}" --password "${ESVN_PASSWORD}" \
8 > >> +             "${target}" | grep -i "^${key}" | cut -d" " -f2-
9 > >>  }
10 > >>
11 > >>  ## -- subversion__get_repository_uri()
12 > >> --------------------------------------- #
13 > >
14 > > I'm not an expert of the subversion eclass, but the diff looks good.
15 >
16 > Why would you want a password in an ebuild? The var ESVN_PASSWORD
17 > seems like trouble to me.
18
19 I've seen some projects that have a "anonymous" or "guest" user with a
20 trivial/documented password, so I guess it's for cases like those.
21
22
23 --
24 Fabian Groffen
25 Gentoo on a different level

Attachments

File name MIME type
signature.asc application/pgp-signature