Skip to content

Commit 13a2c24

Browse files
committed
Update randstream to 0.5.0
This version adds progress report even when the standard error is not a tty, which is convenient when working with large volumes. Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent 68e4d09 commit 13a2c24

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/storage/storage.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ def get_xapi_session():
155155

156156
def install_randstream(vm: VM) -> None:
157157
BASE_URL = 'https://github.com/xcp-ng/randstream/releases/download'
158-
VERSION = '0.4.1'
158+
VERSION = '0.5.0'
159159
CHECKSUM = {
160-
'Linux': '2a49ec6492a826cc9d4a69556041dad6dbea0051039f41f8de765bd4fb560e54',
161-
'FreeBSD': '07362e6ced58f3dcf0676500775df401ed475b2e594a75a7949e4b2c1ca4775c',
160+
'Linux': '31ece6ea8f605aa3046609b37c72bdc11b39ee5942e8a0a8e2a052c50df00026',
161+
'FreeBSD': '12fcaad99d892963af84f2a3861a7b38a14e96cc6b3a3e45d78fb76a69b421f5',
162162
}
163163
TARGET_TRIPLE = {
164164
'Linux': 'x86_64-unknown-linux-musl',

0 commit comments

Comments
 (0)