[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] Revert "special casing strange code, sigh"

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Oct 21 22:00:04 BST 2021



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


Commits:
28bde65f by Holger Levsen at 2021-10-21T22:59:44+02:00
Revert "special casing strange code, sigh"

This reverts commit ebe915962d27679d8935fbf638b9dad21836f96b.

- - - - -


1 changed file:

- bin/jenkins_master_wrapper.sh


Changes:

=====================================
bin/jenkins_master_wrapper.sh
=====================================
@@ -17,12 +17,7 @@ if [ "${NODE_NAME%.*}" = "$NODE_NAME" ]; then
 	# The NODE_NAME variable does not contain a dot, so it is not a FQDN.
 	# Fixup the value, hoping to get it right.
 	# XXX really this should not happen, how this came to be is unknown.
-	# (and then later the snapshot special case was added...)
-	if [ "$NODE_NAME" = 'snapshot' ]; then
-		export NODE_NAME='snapshot.reproducible-builds.org'
-	else
-		export NODE_NAME="${NODE_NAME}.debian.net"
-	fi
+	export NODE_NAME="${NODE_NAME}.debian.net"
 fi
 
 get_node_information "$NODE_NAME"



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/28bde65f33a9072cf194f953e0d4d36ecf6a2fe3
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/qa-jenkins-scm/attachments/20211021/39d9c5f4/attachment.htm>


More information about the Qa-jenkins-scm mailing list