comparison contrib/automation/hgautomation/cli.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
199 ensure_extra_volume = filesystem not in ('default', 'tmpfs') 199 ensure_extra_volume = filesystem not in ('default', 'tmpfs')
200 200
201 with aws.temporary_linux_dev_instances( 201 with aws.temporary_linux_dev_instances(
202 c, image, instance_type, ensure_extra_volume=ensure_extra_volume 202 c, image, instance_type, ensure_extra_volume=ensure_extra_volume
203 ) as insts: 203 ) as insts:
204
204 instance = insts[0] 205 instance = insts[0]
205 206
206 linux.prepare_exec_environment( 207 linux.prepare_exec_environment(
207 instance.ssh_client, filesystem=filesystem 208 instance.ssh_client, filesystem=filesystem
208 ) 209 )