Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg
Commits: aedab3be by Bas Couwenberg at 2025-04-17T11:10:57+02:00 Make wget & tar commands in autopkgtest verbose. - - - - - 2 changed files: - debian/changelog - debian/tests/ogdi-bin Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ ogdi-dfsg (4.1.1+ds-6) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.7.2, no changes. + * Make wget & tar commands in autopkgtest verbose. -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:13:31 +0100 ===================================== debian/tests/ogdi-bin ===================================== @@ -8,7 +8,7 @@ TEMPDIR="$(mktemp -d)" cd "${TEMPDIR}" || exit 1 -wget -q "${DATASET_URL}" -O "${DATASET_FILE}" +wget "${DATASET_URL}" -O "${DATASET_FILE}" RC=$? if [ "${RC}" -ne 0 ]; then @@ -18,7 +18,7 @@ if [ "${RC}" -ne 0 ]; then exit "${RC}" fi -tar xaf "${DATASET_FILE}" +tar xavf "${DATASET_FILE}" RC=$? if [ "${RC}" -ne 0 ]; then View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/aedab3bed9879a8e9cc918b63b53484d1f14f213 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/aedab3bed9879a8e9cc918b63b53484d1f14f213 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
