Israel Komolehin pushed to branch master at Debian Med / xpore
Commits: abb28516 by Komolehin Israel Timilehin at 2023-12-30T17:08:01+00:00 Added script to fetch test data - - - - - 1 changed file: - + debian/tests/get-test-data Changes: ===================================== debian/tests/get-test-data ===================================== @@ -0,0 +1,7 @@ +#!/bin/sh + +wget https://zenodo.org/record/5162402/files/demo.tar.gz +tar -xvf demo.tar.gz +tarball=$(dpkg-parsechangelog --file ../changelog | awk '/^Source:/ {print $2}')_$(dpkg-parsechangelog --file ../changelog | awk '/^Version:/ {print $2}' | cut -f1 -d-).orig-debian-tests-data.tar.gz +tar --owner=root --group=root --mode=a+rX -caf $tarball demo +rm -rf demo.tar.gz demo/ View it on GitLab: https://salsa.debian.org/med-team/xpore/-/commit/abb28516eeeaba4f670aa46986707f4ffe339891 -- View it on GitLab: https://salsa.debian.org/med-team/xpore/-/commit/abb28516eeeaba4f670aa46986707f4ffe339891 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
