Home
last modified time | relevance | path

Searched refs:surveytool (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/scripts/ansible/
Dhosts7 # "surveytool" includes both prod and staging
8 [surveytool:children]
12 # encrypt all of the surveytool hosts
14 surveytool
DREADME.md51 ### Setup: surveytool keypair
57 ssh-keygen -t rsa -b 4096 -f ./local-vars/surveytool -P '' -C 'surveytool deploy'
60 The contents of the `local-vars/surveytool.pub` file is used for the
61 `key:` parameter below in `local.yml`. The `local-vars/surveytool`
71 contents of `local-vars/surveytool` (the secret key)
92 - name: surveytool
135 vagrant ssh -- sudo -u surveytool /usr/local/bin/deploy-to-tomcat.sh $(git rev-parse HEAD) < ../../…
DVagrantfile6 config.vm.define "surveytool"
7 config.vm.hostname = "surveytool"
/external/cldr/tools/scripts/ansible/templates/
Dcldr-properties.j214 CLDR_HEADER=Welcome to SurveyTool@surveytool. Please edit /var/lib/tomcat8/cldr/cldr.properties to …
/external/cldr/tools/java/org/unicode/cldr/util/
DOrganization.java50 surveytool("Survey Tool"), enumConstant
DVettingViewer.java755 if (org.equals(Organization.surveytool)) { in is()
795 if (organization.equals(Organization.surveytool)) { in generateSummaryHtmlErrorTables()