contrib/automation/hgautomation/cli.py
changeset 51703 ca7bde5dbafb
parent 51700 7f0cb9ee0534
child 51836 905bc9d0a149
equal deleted inserted replaced
51702:b0a4de6c14f8 51703:ca7bde5dbafb
   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 
       
   205         instance = insts[0]
   204         instance = insts[0]
   206 
   205 
   207         linux.prepare_exec_environment(
   206         linux.prepare_exec_environment(
   208             instance.ssh_client, filesystem=filesystem
   207             instance.ssh_client, filesystem=filesystem
   209         )
   208         )