Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg


Commits:
4814cff4 by Bas Couwenberg at 2025-04-17T12:50:14+02:00
Don't run autopkgtest on arm64, has unreliable network. (closes: #1103406)

- - - - -
d619fab2 by Bas Couwenberg at 2025-04-17T13:05:24+02:00
Add descriptions for commands to be executed.

- - - - -
914cc1ad by Bas Couwenberg at 2025-04-17T13:06:08+02:00
Revert "Don't run autopkgtest on arm64, has unreliable network. (closes: 
#1103406)"

This reverts commit 4814cff48da6d214ad43769af9dccdc2b5eac708.

- - - - -


1 changed file:

- debian/tests/ogdi-bin


Changes:

=====================================
debian/tests/ogdi-bin
=====================================
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 
DATASET_URL="https://sourceforge.net/projects/ogdi/files/OGDI_Test_Suite/3.1/ogdits-3.1.0.tar.gz/download";
 DATASET_FILE="ogdits.tar.gz"
@@ -8,6 +8,7 @@ TEMPDIR="$(mktemp -d)"
 
 cd "${TEMPDIR}" || exit 1
 
+echo "Downloading dataset: ${DATASET_URL}"
 wget "${DATASET_URL}" -O "${DATASET_FILE}" 2>&1
 RC=$?
 
@@ -18,6 +19,7 @@ if [ "${RC}" -ne 0 ]; then
     exit "${RC}"
 fi
 
+echo "Unpacking dataset: ${DATASET_FILE}"
 tar xavf "${DATASET_FILE}" 2>&1
 RC=$?
 
@@ -28,7 +30,10 @@ if [ "${RC}" -ne 0 ]; then
     exit "${RC}"
 fi
 
-ogdi_info -u "gltp:/vrf/${TEMPDIR}/${DATASET_DIR}/data/vpf/vm2alv2/texash"
+CMD=("ogdi_info" "-u" 
"gltp:/vrf/${TEMPDIR}/${DATASET_DIR}/data/vpf/vm2alv2/texash")
+
+echo "Executing: ${CMD[@]}"
+${CMD[@]}
 RC=$?
 
 cd "${OLDPWD}" || exit 1



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/compare/31c68508a3837ce3d659286216e0408b2959f67a...914cc1ad33901e0d5a4ba0f68018b206421429fe

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/compare/31c68508a3837ce3d659286216e0408b2959f67a...914cc1ad33901e0d5a4ba0f68018b206421429fe
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

Reply via email to