- USE_PASSWORD_TOKEN =
"If you signed up with Github, use token from web dashboard as password"
- HG_VERSION =
"Unsupported hg version: %s"
- HG_PATHS_DEFAULT_NOT_URI =
"hg paths default not a URI"
- HG_GIT_MIRROR_MISSING =
<<EOF
* The hg <-> git mirror is missing.
Please run `tddium hg:mirror` to create the mirror for the first time.
(Note: it may take several minutes, or even an hour, for hg:mirror to complete,
depending on how large your repo is. Rest assured, you'll only need to run hg:mirror once.)
EOF
- GIT_VERSION =
"Unsupported git version: %s"
- SCM_CHANGES_NOT_COMMITTED =
"There are uncommitted changes in the local repository"
- SCM_UNABLE_TO_DETECT =
"Unable to detect uncommitted changes"
- YAML_PARSE_FAILED =
"Unable to parse %s as YAML"
- TEST_CONFIGS_MUST_BE_LIST =
"The test_configs section of solano.yml must be a list of configurations"
- NO_SSH_KEY =
<<EOF
You have not set an ssh key for your user. Please add an ssh key using `solano keys:add` or visit http://ci.solanolabs.com/user_settings/ssh_keys
EOF