[med-svn] [Git][med-team/orthanc][master] 2 commits: preparing for 1.12.7+dfsg-3

Sebastien Jodogne (@jodogne-guest) gitlab at salsa.debian.org
Tue Apr 22 21:48:43 BST 2025



Sebastien Jodogne pushed to branch master at Debian Med / orthanc


Commits:
34b4bc52 by jodogne-guest at 2025-04-22T22:34:09+02:00
preparing for 1.12.7+dfsg-3

- - - - -
157b89b3 by jodogne-guest at 2025-04-22T22:48:06+02:00
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/tests/run-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+orthanc (1.12.7+dfsg-3) unstable; urgency=medium
+
+  [ Étienne Mollier ]
+  * Fix "d/tests/run-test" that stopped on first error.
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com>  Tue, 22 Apr 2025 22:32:42 +0200
+
 orthanc (1.12.7+dfsg-2) unstable; urgency=medium
 
   * Fix "d/tests/run-test" that was not waiting for the orthanc


=====================================
debian/tests/run-test
=====================================
@@ -38,6 +38,7 @@ fi
 # Try for 15 times to find the system REST API of Orthanc up and running
 URL=http://localhost:8042/system
 tries=15
+set +e  # Thanks Etienne Mollier - https://lists.debian.org/debian-mentors/2025/04/msg00176.html
 while true
 do
     STATUSCODE=$(curl --silent --output /dev/null --write-out "%{http_code}" ${URL})
@@ -46,6 +47,7 @@ do
     test "$tries" -le 0 && echo "Unable to initialize Orthanc" && exit 1
     sleep 1
 done
+set -e
 
 
 URL="http://localhost:8042/app/explorer.html"



View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/6234846b59ca0c50415858e62a1b0cfa522ea449...157b89b3ffec81710125bd811e498a0eee010c80

-- 
View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/6234846b59ca0c50415858e62a1b0cfa522ea449...157b89b3ffec81710125bd811e498a0eee010c80
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/20250422/ae771259/attachment-0001.htm>


More information about the debian-med-commit mailing list