Mercurial > public > mercurial-scm > hg-stable
comparison contrib/automation/hgautomation/aws.py @ 43841: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 |
comparison
equal
deleted
inserted
replaced
43840:fb03cd716f50 | 43841:3d53f9cc73ab |
---|---|
57 DEBIAN_ACCOUNT_ID = '379101102735' | 57 DEBIAN_ACCOUNT_ID = '379101102735' |
58 DEBIAN_ACCOUNT_ID_2 = '136693071363' | 58 DEBIAN_ACCOUNT_ID_2 = '136693071363' |
59 UBUNTU_ACCOUNT_ID = '099720109477' | 59 UBUNTU_ACCOUNT_ID = '099720109477' |
60 | 60 |
61 | 61 |
62 WINDOWS_BASE_IMAGE_NAME = 'Windows_Server-2019-English-Full-Base-2019.07.12' | 62 WINDOWS_BASE_IMAGE_NAME = 'Windows_Server-2019-English-Full-Base-2019.11.13' |
63 | 63 |
64 | 64 |
65 KEY_PAIRS = { | 65 KEY_PAIRS = { |
66 'automation', | 66 'automation', |
67 } | 67 } |