[Buildbot-devel] getpass
David Froger
david.froger.ml at gmail.com
Tue Jan 24 10:25:11 UTC 2012
Hi,
I'm trying to do something like that in 'master.cfg':
svnpasswd = getpass.getpass("Enter SVN password for user NAME:")
SVNPoller(svnpasswd=svnpasswd, ...)
But when starting the server, (buildbot start DIR), getpass can not
read password from terminal (getpass.GetPassWarning: Can not control
echo on the terminal).
Is there a good way to avoid having plaintext password in master.cfg?
Thanks!
David
More information about the devel
mailing list