Mercurial > public > mercurial-scm > hg
diff contrib/automation/hgautomation/aws.py @ 43823:3d53f9cc73ab
automation: use latest Windows AMI as base
It looks like the previous base image no longer exists. I guess
Amazon expires them or something. Let's switch to the newest version
of the equivalent image.
Differential Revision: https://phab.mercurial-scm.org/D7571
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Thu, 05 Dec 2019 17:42:38 -0800 |
parents | a77338d2bdab |
children | 828d3277618a |
line wrap: on
line diff
--- a/contrib/automation/hgautomation/aws.py Fri Dec 06 23:49:03 2019 -0500 +++ b/contrib/automation/hgautomation/aws.py Thu Dec 05 17:42:38 2019 -0800 @@ -59,7 +59,7 @@ UBUNTU_ACCOUNT_ID = '099720109477' -WINDOWS_BASE_IMAGE_NAME = 'Windows_Server-2019-English-Full-Base-2019.07.12' +WINDOWS_BASE_IMAGE_NAME = 'Windows_Server-2019-English-Full-Base-2019.11.13' KEY_PAIRS = {