mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Echo testing instructions
This commit is contained in:
parent
57ea80ca5d
commit
49e7e830eb
1 changed files with 4 additions and 0 deletions
|
|
@ -164,6 +164,10 @@ cd ~-
|
|||
|
||||
echo "New root: $root"
|
||||
echo "KGS is at $root/kgs"
|
||||
echo "Test commands (in the letstest repo):"
|
||||
echo 'python multitester.py targets.yaml $AWS_KEY $USERNAME scripts/test_leauto_upgrades.sh --alt_pip $YOUR_PIP_REPO --branch public-beta'
|
||||
echo 'python multitester.py targets.yaml $AWK_KEY $USERNAME scripts/test_letsencrypt_auto_certonly_standalone.sh --branch candidate-0.1.1'
|
||||
echo 'python multitester.py --saveinstances targets.yaml $AWS_KEY $USERNAME scripts/test_apache2.sh'
|
||||
echo "In order to upload packages run the following command:"
|
||||
echo twine upload "$root/dist.$version/*/*"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue