Skip to content

Commit 8041096

Browse files
committed
test-getuto: binpkgs are compressed with xz now
The official binhost uses BINPKG_COMPRESS="xz" for a while now, since 5a3b1298a27ac4540cb358ab1df9a72e1d1ffa84 in binhost.git. Signed-off-by: Sam James <[email protected]>
1 parent ad394ee commit 8041096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test-getuto.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo XXXXX Generate a keyring using getuto.
3131
bash -x ./getuto
3232

3333
echo XXXXX Make sure the newly-generated keyring works.
34-
for file in image.tar.bz2 metadata.tar.bz2 ; do
34+
for file in image.tar.xz metadata.tar.xz ; do
3535
gpg --home "${ROOT%/}"/etc/portage/gnupg --verify "${ROOT}"/tmp/binpkg/libc-1-r1-1/${file}.sig
3636
done
3737

@@ -53,7 +53,7 @@ echo XXXXX Generate a keyring using getuto.
5353
bash -x ./getuto -v
5454

5555
echo XXXXX Make sure the newly-generated keyring works.
56-
for file in image.tar.bz2 metadata.tar.bz2 ; do
56+
for file in image.tar.xz metadata.tar.xz ; do
5757
gpg --home "${ROOT%/}"/etc/portage/gnupg --verify "${ROOT}"/tmp/binpkg/libc-1-r1-1/${file}.sig
5858
done
5959

0 commit comments

Comments
 (0)