[pypy-commit] buildbot default: ignore the file with the password

antocuni pypy.commits at gmail.com
Wed Dec 16 09:41:11 EST 2015


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r973:cb78fa21e8ed
Date: 2015-12-16 15:41 +0100
http://bitbucket.org/pypy/buildbot/changeset/cb78fa21e8ed/

Log:	ignore the file with the password

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -7,6 +7,7 @@
 
 # master/slaveinfo.py contains the passwords, so it should never be tracked
 master/slaveinfo.py
+bbhook/smtp.password
 
 # ignore pidfiles and all the logs
 twistd.pid


More information about the pypy-commit mailing list