[Git][qa/jenkins.debian.net][master] rdn: deal with some packages not available on loong64

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat May 23 00:22:16 BST 2026



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
b3cbd807 by Holger Levsen at 2026-05-23T01:22:00+02:00
rdn: deal with some packages not available on loong64

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- update_jdn.sh


Changes:

=====================================
update_jdn.sh
=====================================
@@ -353,10 +353,7 @@ if [ -f /etc/debian_version ] ; then
 			python3-yaml
 			ripgrep
 			schroot 
-			screen
 			slay
-			subversion 
-			subversion-tools 
 			sudo 
 			systemd-sysv
 			tmux
@@ -366,12 +363,25 @@ if [ -f /etc/debian_version ] ; then
 			zsh
 			zstd
 			"
+		case $HOSTNAME in
+			loong64*)	# some packages are not yet available there....
+					# FIXME: this shouldnt be the case
+					continue
+					;;
+			*)		DEBS="$DEBS
+					fish
+					screen
+					subversion 
+					subversion-tools 
+					"
+					;;	
+		esac
 		case $HOSTNAME in
 			rb-mail*)	# is still running Debian buster because of python2
 					# the mail server is managed by ansible elsewhere.
 					continue
 					;;
-			*)	# these packages are only available in trixie...
+			*)	# these packages are only available in trixie or newer...
 				DEBS="$DEBS
 				btop
 				foot-terminfo
@@ -529,13 +539,14 @@ if [ -f /etc/debian_version ] ; then
 							" ;;
 							# pkg-config etc rustc and cargo etc only needed to build rebuilderd* manually locally
 			loong64*)			# loong64 runs forky
+							# FIXME: cmake is needed but currently not available
 							DEBS="$DEBS
 							diffoscope
 							equivs
 							sbuild
 							uidmap
 							rebuilderd-worker
-							pkg-config liblzma-dev scdoc libzstd-dev libssl-dev libsqlite3-dev cmake
+							pkg-config liblzma-dev scdoc libzstd-dev libssl-dev libsqlite3-dev
 							rustc
 							cargo
 							" ;;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b3cbd8071c8424d0a0e422a49ffb8bd0d3dc2c5e

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b3cbd8071c8424d0a0e422a49ffb8bd0d3dc2c5e
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260522/0dc8f591/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list