Bug 1215204 - Add bouncer submitter to release promotion graph r=rail
authorkmoir@mozilla.com
Wed, 06 Jan 2016 15:44:48 -0500 (2016-01-06)
changeset 4636 4cda855c1404847a68a059f737c3490abd8eebdc
parent 4635 93196910e3dfd59511f69a620524fffa29135dbd
child 4637 8dda9c1cce64bf971a0e552949f5dd7fc0e901b5
push id3890
push userkmoir@mozilla.com
push dateWed, 06 Jan 2016 20:44:57 +0000 (2016-01-06)
reviewersrail
bugs1215204
Bug 1215204 - Add bouncer submitter to release promotion graph r=rail
process/release.py
--- a/process/release.py
+++ b/process/release.py
@@ -1856,17 +1856,17 @@ def generateReleasePromotionBuilders(con
     bouncer_mh_cfg = {
         "script_name": "scripts/bouncer_submitter.py",
         "extra_args": [
              "-c",  config['bouncer_submitter_config'],
              "--credentials-file", "oauth.txt",
              "--bouncer-api-prefix", config['tuxedoServerUrl'],
              "--version", config['version'],
              "--repo", config['repo_path'],
-             "--revision", config['revision']             
+             "--revision", config['revision'],
         ]
     }
 
     bouncer_buildername = "release-{branch}_{product}_bncr_sub".format(
                            branch=name,
                            product=pf["product_name"],
                          )