Mercurial > hg-stable
changeset 43055:b8df6a470bbb
automation: switch to us-west-2 by default
This is where the AWS account I'm running lives.
Differential Revision: https://phab.mercurial-scm.org/D6981
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 05 Oct 2019 11:23:14 -0400 |
parents | eddae0ed485d |
children | f71b3c561b93 |
files | contrib/automation/hgautomation/cli.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/automation/hgautomation/cli.py Sat Oct 05 11:03:05 2019 -0400 +++ b/contrib/automation/hgautomation/cli.py Sat Oct 05 11:23:14 2019 -0400 @@ -204,7 +204,7 @@ parser.add_argument( '--aws-region', help='AWS region to use', - default='us-west-1', + default='us-west-2', ) subparsers = parser.add_subparsers()