[med-svn] [Git][med-team/multiqc][master] Add script to obtain test data tarball

Andreas Tille gitlab at salsa.debian.org
Fri Feb 26 14:29:16 GMT 2021



Andreas Tille pushed to branch master at Debian Med / multiqc


Commits:
ea3ba93c by Andreas Tille at 2021-02-26T15:28:34+01:00
Add script to obtain test data tarball

- - - - -


1 changed file:

- + debian/tests/get-test-data


Changes:

=====================================
debian/tests/get-test-data
=====================================
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+wget -N https://multiqc.info/examples/rna-seq/data.zip
+unzip -q data.zip
+tarball=$(dpkg-parsechangelog --file ../changelog | awk '/^Source:/ {print $2}')_$(dpkg-parsechangelog --file ../changelog | awk '/^Version:/ {print $2}' | cut -f1 -d-)-debian-tests-data.tar.xz
+tar cJf $tarball data
+rm -rf data.zip data/



View it on GitLab: https://salsa.debian.org/med-team/multiqc/-/commit/ea3ba93c2a7c65def04f6c7fcc511d42a1d525d7

-- 
View it on GitLab: https://salsa.debian.org/med-team/multiqc/-/commit/ea3ba93c2a7c65def04f6c7fcc511d42a1d525d7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210226/a4ed44f4/attachment.htm>


More information about the debian-med-commit mailing list