[Git][java-team/ca-certificates-java][stretch] 2 commits: Use elts pipeline

Bastien Roucariès (@rouca) gitlab at salsa.debian.org
Tue Aug 19 22:45:18 BST 2025



Bastien Roucariès pushed to branch stretch at Debian Java Maintainers / ca-certificates-java


Commits:
c1d1180e by Bastien Roucariès at 2025-08-19T23:42:40+02:00
Use elts pipeline

- - - - -
e1bdeed9 by Bastien Roucariès at 2025-08-19T23:44:48+02:00
Remove all jdks before installing

- - - - -


2 changed files:

- debian/salsa-ci.yml
- debian/tests/can-install-multiple-jdks


Changes:

=====================================
debian/salsa-ci.yml
=====================================
@@ -1,5 +1,2 @@
 include:
-  - https://salsa.debian.org/lts-team/pipeline/raw/master/recipes/debian.yml
-
-variables:
-  RELEASE: 'stretch'
+  - https://salsa.debian.org/lts-team/pipeline/raw/master/recipes/buster.yml


=====================================
debian/tests/can-install-multiple-jdks
=====================================
@@ -5,7 +5,9 @@ set -e
 output=`mktemp`
 
 jdks=$(apt-cache -n search java-sdk| awk '$1 ~ /-.*-jdk$/ {print $1}')
-
+for i in $jdks; do
+   apt remove --purge -y $i || true
+done
 # WHEN multiple JDKs are installed
 echo "Installing $jdks ..."
 apt-get install -y $jdks 2>&1 | tee ${output}



View it on GitLab: https://salsa.debian.org/java-team/ca-certificates-java/-/compare/ce0017ebdd7882304c390c465a3e9bc757c59994...e1bdeed9dc1ef9363341ca1780e162610df1f428

-- 
View it on GitLab: https://salsa.debian.org/java-team/ca-certificates-java/-/compare/ce0017ebdd7882304c390c465a3e9bc757c59994...e1bdeed9dc1ef9363341ca1780e162610df1f428
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-java-commits/attachments/20250819/713e3ef7/attachment.htm>


More information about the pkg-java-commits mailing list