|
|
|
@ -7,7 +7,8 @@ import ci_lib
|
|
|
|
|
|
|
|
|
|
|
|
batches = []
|
|
|
|
batches = []
|
|
|
|
|
|
|
|
|
|
|
|
batches += [
|
|
|
|
if os.uname()[0] == 'Linux':
|
|
|
|
|
|
|
|
batches += [
|
|
|
|
[
|
|
|
|
[
|
|
|
|
"sudo chown `whoami`: ~",
|
|
|
|
"sudo chown `whoami`: ~",
|
|
|
|
"chmod u=rwx,g=rx,o= ~",
|
|
|
|
"chmod u=rwx,g=rx,o= ~",
|
|
|
|
@ -27,7 +28,7 @@ batches += [
|
|
|
|
"cat tests/data/docker/mitogen__has_sudo_pubkey.key.pub > ~/.ssh/authorized_keys",
|
|
|
|
"cat tests/data/docker/mitogen__has_sudo_pubkey.key.pub > ~/.ssh/authorized_keys",
|
|
|
|
"chmod u=rw,go=r ~/.ssh/authorized_keys",
|
|
|
|
"chmod u=rw,go=r ~/.ssh/authorized_keys",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
if ci_lib.have_apt():
|
|
|
|
if ci_lib.have_apt():
|
|
|
|
batches.append([
|
|
|
|
batches.append([
|
|
|
|
|