[Git][qa/jenkins.debian.net][master] don't try to handle the configuration files in the mail host
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Sun Jun 2 20:28:17 BST 2024
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
de107d44 by Mattia Rizzolo at 2024-06-02T21:27:36+02:00
don't try to handle the configuration files in the mail host
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
2 changed files:
- − hosts/rb-mail1/etc/apt/sources.list
- update_jdn.sh
Changes:
=====================================
hosts/rb-mail1/etc/apt/sources.list deleted
=====================================
@@ -1,12 +0,0 @@
-deb http://deb.debian.org/debian buster main
-#deb-src http://ftp.de.debian.org/debian buster main
-
-deb http://security.debian.org/debian-security buster/updates main
-#deb-src http://security.debian.org/debian-security buster/updates main
-
-deb http://deb.debian.org/debian buster-updates main
-#deb-src http://ftp.de.debian.org/debian buster-updates main
-
-deb http://deb.debian.org/debian buster-backports main
-#deb-src http://ftp.de.debian.org/debian buster-backports main
-
=====================================
update_jdn.sh
=====================================
@@ -264,6 +264,10 @@ fi
#
cd $BASEDIR
for h in common common-amd64 common-i386 common-arm64 common-armhf "$HOSTNAME" ; do
+ if [ "$HOSTNAME" = "rb-mail1" ]; then
+ # the mail server is managed by ansible elsewhere.
+ continue
+ fi
# $HOSTNAME has precedence over common-$DPKG_ARCH over common
case $h in
common-amd64) [ $DPKG_ARCH = "amd64" ] || continue ;;
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/de107d44d4dc2e13e1dc1737449844d214e81157
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/de107d44d4dc2e13e1dc1737449844d214e81157
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/20240602/5132721b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list