diff options
author | Helmut Grohne <helmutg@debian.org> | 2023-01-17 13:07:26 +0000 |
---|---|---|
committer | Helmut Grohne <helmutg@debian.org> | 2023-01-17 13:07:26 +0000 |
commit | 8961c87b6b1289d50e7e53cbca497f5ee9ed7b3c (patch) | |
tree | eec289dc0eb4ff5c33dbb0c813c3c9270354a08c /tests | |
parent | 0564f314afc45b757a5813e5c6e485dc343a6b2d (diff) | |
parent | efd7142c00191bbe06ff9f6a6995583d97cd4da3 (diff) | |
download | debvm-8961c87b6b1289d50e7e53cbca497f5ee9ed7b3c.tar.gz |
Merge branch 'cleanup' into 'main'
Cleanup
See merge request helmutg/debvm!25
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/dist-upgrades.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dist-upgrades.sh b/tests/dist-upgrades.sh index 177712b..b90f17b 100755 --- a/tests/dist-upgrades.sh +++ b/tests/dist-upgrades.sh @@ -37,7 +37,7 @@ EOF chmod +x upgrade ssh-keygen -f "$SSH_KEYPATH" -N '' -debvm-create -k "$SSH_KEYPATH.pub" -r jessie -z 3 -- --customize-hook="copy-in upgrade /usr/local/bin" +debvm-create --sshkey="$SSH_KEYPATH.pub" -r jessie --size=3G -- --customize-hook="copy-in upgrade /usr/local/bin" SSH_PORT=2222 for RELEASE in stretch buster bullseye bookworm sid; do |