[Git][debian-gis-team/satpy][master] 2 commits: Use a better syntax to skip autopkgtests on armhf

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Tue Jan 4 09:55:51 GMT 2022



Antonio Valentino pushed to branch master at Debian GIS Project / satpy


Commits:
cfcf37c1 by Antonio Valentino at 2022-01-04T09:08:30+00:00
Use a better syntax to skip autopkgtests on armhf

- - - - -
b1d50e15 by Antonio Valentino at 2022-01-04T09:10:14+00:00
Set distribution to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/tests/control
- debian/tests/python3


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,11 @@
-satpy (0.33.1-2) UNRELEASED; urgency=medium
+satpy (0.33.1-2) unstable; urgency=medium
 
-  * Disable autopkgtest on armhf.
+  * Disable autopkgtest on armhf (Closes: #1000273).
     All tests pass on porteboxes but debian-ci still fails
     in a way that is not possible to reproduce and debug.
   * Re-enable test_modis_l1b.
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 03 Jan 2022 20:31:54 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Tue, 04 Jan 2022 09:09:07 +0000
 
 satpy (0.33.1-1) unstable; urgency=medium
 


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Tests: python3
 Depends: @builddeps@, @
-Architecture: !armhf
+Restrictions: skippable


=====================================
debian/tests/python3
=====================================
@@ -1,6 +1,15 @@
 #!/bin/sh
 set -efu
 
+# Skip tests on problematic architectures
+ARCH="$(dpkg-architecture -qDEB_BUILD_ARCH)"
+
+if [ "${ARCH}" = "armhf" ]
+then
+  echo "Skipping tests on problematic architectures"
+  exit 77
+fi
+
 PYS=${PYS:-"$(py3versions -r 2>/dev/null)"}
 
 cd "$AUTOPKGTEST_TMP"



View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/c9a437c32d1129afa89c61214a8e7fe0345d2fcc...b1d50e1518f4df4fa05b603a9f7fae8d90cdfb42

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/c9a437c32d1129afa89c61214a8e7fe0345d2fcc...b1d50e1518f4df4fa05b603a9f7fae8d90cdfb42
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/pkg-grass-devel/attachments/20220104/d633583c/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list