Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] proj/gentoostats:master commit in: server/
Date: Mon, 11 Jul 2011 08:37:07
Message-Id: robbat2-20110711T083338-571848598Z@orbis-terrarum.net
1 On Mon, Jul 11, 2011 at 08:26:47AM +0000:
2 > commit: 8e10510c42fd9f64d19278e3407add6877ee5b22
3 ...
4 > URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoostats.git;a=commit;h=8e10510c
5 ...
6 > diff --git a/server/config.py b/server/config.py
7 > index 6cb9ec3..a7b0f26 100644
8 > --- a/server/config.py
9 > +++ b/server/config.py
10 > @@ -5,8 +5,8 @@ import web
11 >
12 > db = web.database(
13 > dbn='mysql',
14 > - user='gentoo',
15 > - pw='gentoo',
16 > + user='gentoostats',
17 > + pw='poicyurp3ZaddajGhaf',
18 > db='gentoostats'
19 FYI for anybody else reviewing this commit, this password has been
20 revoked now.
21
22 Please don't commit passwords to repos folks.
23 Put them in files that are .gitignored, and contain only the auth
24 credentials, not anything else. Make a copy of that w/ a .example suffix
25 so it can be easily seen where to put the password-containing file.
26
27 --
28 Robin Hugh Johnson
29 Gentoo Linux: Developer, Trustee & Infrastructure Lead
30 E-Mail : robbat2@g.o
31 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85