Bug 1135782 - Comment out staging taskcluster credentials; r=bhearsum
authorMike Shal <mshal@mozilla.com>
Tue, 24 Feb 2015 09:20:59 -0500 (2015-02-24)
changeset 11861 cc78da4ee076d179101b4b9b059287325cbd347e
parent 11860 26ecc390711f5b5ee26eb3882e91af589f75a1f9
child 11862 80d1f4462ef127465120917e32cd3602998c45df
push id8607
push usermshal@mozilla.com
push dateTue, 24 Feb 2015 14:21:32 +0000 (2015-02-24)
reviewersbhearsum
bugs1135782
Bug 1135782 - Comment out staging taskcluster credentials; r=bhearsum
mozilla/BuildSlaves.py.template
--- a/mozilla/BuildSlaves.py.template
+++ b/mozilla/BuildSlaves.py.template
@@ -18,10 +18,14 @@ tuxedoUsername = 'user'
 tuxedoPassword = 'passwd'
 balrog_credentials = {
     'user': 'pass',
     'user2': 'pass',
 }
 blobber_username = 'user'
 blobber_password = 'passwd'
 influxdb_credentials = 'http://foo.influxdb.com:8086/db/dbname/series?u=user&p=pass'
-taskcluster_clientId = 'clientId'
-taskcluster_accessToken = 'accessToken'
+
+# If you need Taskcluster S3 uploads, you'll need to generate credentials
+# in https://tools.taskcluster.net/auth/ and put your clientId and accessToken
+# here.
+#taskcluster_clientId = 'clientId'
+#taskcluster_accessToken = 'accessToken'