[Buildbot-devel] getpass

David Froger david.froger.ml at gmail.com
Mon Feb 20 13:32:48 UTC 2012


2012/1/24 Dustin J. Mitchell <dustin at v.igoro.us>:
> My technique (see metabbotconfig) is to keep the passwords in a text
> file that's not in version control.
>
> If you want to read passwords with getpass, I suspect you'll need to
> do it in the buildbot.tac, and then stick the result somewhere it can
> be used later -- though I don't even know if that will work.
>
> Dustin

2012/1/25 Tom Prince <tom.prince at ualberta.net>:
> On Tue, 24 Jan 2012 11:25:11 +0100, David Froger <david.froger.ml at gmail.com> wrote:
>> Is there a good way to avoid having plaintext password in master.cfg?
>
> In the same spirit as djmitche:
>
> https://github.com/tomprince/buildbot-configs/blob/gemrb/master.cfg#L10
> https://github.com/tomprince/buildbot-configs/blob/gemrb/master.cfg#L13
> https://github.com/tomprince/buildbot-configs/blob/gemrb/master.cfg#L320
> https://github.com/tomprince/buildbot-configs/blob/gemrb/master.cfg#L343

Hi,

Thank for the reply, it fits my needs. I'm using text files, parsed
with configparser,
to store passwords.

best,
David




More information about the devel mailing list