[Pkg-swan-devel] [Git][debian/strongswan][debian/master] 3 commits: autopkgtests: wait a bit to make sure daemons are started
Yves-Alexis Perez (@corsac)
gitlab at salsa.debian.org
Tue May 20 12:58:18 BST 2025
Yves-Alexis Perez pushed to branch debian/master at Debian / strongswan
Commits:
cdd6715b by Yves-Alexis Perez at 2025-05-20T13:15:16+02:00
autopkgtests: wait a bit to make sure daemons are started
- - - - -
cfaec4d5 by Yves-Alexis Perez at 2025-05-20T13:15:39+02:00
finalize changelog
- - - - -
bede98d3 by Yves-Alexis Perez at 2025-05-20T13:15:48+02:00
upload strongSwan 6.0.1-5 to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/tests/daemon
- debian/tests/plugins
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+strongswan (6.0.1-5) unstable; urgency=medium
+
+ * autopkgtests: wait a bit to make sure daemons are started
+
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 20 May 2025 13:15:45 +0200
+
strongswan (6.0.1-4) unstable; urgency=medium
* autopkgtest: make sure the charon daemon is started
=====================================
debian/tests/daemon
=====================================
@@ -6,6 +6,8 @@ DAEMONS="starter charon"
# make sure charon is started
invoke-rc.d strongswan-starter start
+sleep 1
+invoke-rc.d strongswan-starter status
for daemon in $DAEMONS; do
if pidof -x $daemon > /dev/null; then
=====================================
debian/tests/plugins
=====================================
@@ -4,6 +4,7 @@
# restart strongswan to get current list of loaded modules
invoke-rc.d strongswan-starter restart
+sleep 1
invoke-rc.d strongswan-starter status
STRONGSWAN_PKGS="$(dpkg --list | awk '/(strongswan|charon)/ {print $2}')"
View it on GitLab: https://salsa.debian.org/debian/strongswan/-/compare/6cd51c5b07d70661014e6467fc7ea47dbce24eac...bede98d3e1b7851a938b09430604eb46ef8e7140
--
View it on GitLab: https://salsa.debian.org/debian/strongswan/-/compare/6cd51c5b07d70661014e6467fc7ea47dbce24eac...bede98d3e1b7851a938b09430604eb46ef8e7140
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-swan-devel/attachments/20250520/66dc3013/attachment-0001.htm>
More information about the Pkg-swan-devel
mailing list