diff options
author | Russ Cox <rsc@golang.org> | 2010-01-28 12:48:09 -0800 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2010-01-28 12:48:09 -0800 |
commit | fd05ed2cd4cc2fd0f8c0f1b77ea1a3412e0e9582 (patch) | |
tree | 3542b5b41327b287f78bea9c5e5df78afe04869b /misc | |
parent | 8ea0a18fd136851fa9b1d40d249becbc201785ae (diff) | |
download | golang-fd05ed2cd4cc2fd0f8c0f1b77ea1a3412e0e9582.tar.gz |
dashboard: move key.py out of the way,
so that if you have a key.py with the real key,
there is no chance hg change will accidentally
make a CL with the real key and upload it to codereview.
R=agl1
CC=golang-dev
http://codereview.appspot.com/196051
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dashboard/godashboard/key.py.dummy (renamed from misc/dashboard/godashboard/key.py) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dashboard/godashboard/key.py b/misc/dashboard/godashboard/key.py.dummy index 3abe410dd..5b8bab186 100644 --- a/misc/dashboard/godashboard/key.py +++ b/misc/dashboard/godashboard/key.py.dummy @@ -2,6 +2,8 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. +# Copy this file to key.py after substituting the real key. + # accessKey controls private access to the build server (i.e. to record new # builds). It's tranmitted in the clear but, given the low value of the target, # this should be sufficient. |