From 42c4cdd922ee7b616c2a4fd51d1ffab06aac31e1 Mon Sep 17 00:00:00 2001 From: Landon Reed Date: Wed, 9 May 2018 22:01:33 -0400 Subject: [PATCH] fix(deployment): temporarily remove elevation bucket field; remove branding url --- lib/manager/util/deployment.js | 65 +++++++++++++++++----------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/lib/manager/util/deployment.js b/lib/manager/util/deployment.js index 667b3673a..57262e902 100644 --- a/lib/manager/util/deployment.js +++ b/lib/manager/util/deployment.js @@ -22,33 +22,34 @@ export const FIELDS = [ componentClass: 'select', type: 'select-bool', children: options - }, { - name: 'buildConfig.elevationBucket.bucketName', - type: 'text', - placeholder: 'bucketName', - width: 4, - condition: { - key: 'buildConfig.fetchElevationUS', - value: true - } - }, { - name: 'buildConfig.elevationBucket.accessKey', - type: 'text', - placeholder: 'AKIAIOSFODNN7EXAMPLE', - width: 4, - condition: { - key: 'buildConfig.fetchElevationUS', - value: true - } - }, { - name: 'buildConfig.elevationBucket.secretKey', - type: 'text', - placeholder: 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY', - width: 4, - condition: { - key: 'buildConfig.fetchElevationUS', - value: true - } + // FIXME: Add elevation bucket. + // }, { + // name: 'buildConfig.elevationBucket.bucketName', + // type: 'text', + // placeholder: 'bucketName', + // width: 4, + // condition: { + // key: 'buildConfig.fetchElevationUS', + // value: true + // } + // }, { + // name: 'buildConfig.elevationBucket.accessKey', + // type: 'text', + // placeholder: 'AKIAIOSFODNN7EXAMPLE', + // width: 4, + // condition: { + // key: 'buildConfig.fetchElevationUS', + // value: true + // } + // }, { + // name: 'buildConfig.elevationBucket.secretKey', + // type: 'text', + // placeholder: 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY', + // width: 4, + // condition: { + // key: 'buildConfig.fetchElevationUS', + // value: true + // } }, { name: 'buildConfig.subwayAccessTime', type: 'number', @@ -76,11 +77,11 @@ export const FIELDS = [ type: 'number', placeholder: '240 (sec)' }, { - name: 'routerConfig.brandingUrlRoot', - type: 'text', - placeholder: 'http://gtfs.example.com/branding', - width: 12 - }, { + // name: 'routerConfig.brandingUrlRoot', + // type: 'text', + // placeholder: 'http://gtfs.example.com/branding', + // width: 12 + // }, { name: 'routerConfig.requestLogFile', type: 'text', placeholder: '/var/otp/request.log',