[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: osuosl168: add apt-cacher-ng & apt-show-versions
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Feb 18 01:22:19 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
1a34eaa7 by Philip Hands at 2023-02-18T02:21:49+01:00
osuosl168: add apt-cacher-ng & apt-show-versions
apt-cacher-ng lets us favour a local mirror, and seems not to break when
deb.debian.org resolves to IPv6 (which was an issue with squid)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
23914c03 by Philip Hands at 2023-02-18T02:21:56+01:00
configuration snippets for sshd_config.d/
This should be all the bits that vary from the default sshd_config.
We presumably need to remove the main sshd_config files from j.d.n so
that the maintainer's version gets installed everywhere when upgrading
to bookworm, but I'll leave that for now.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
19 changed files:
- + hosts/cbxi4a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2239.conf
- + hosts/cbxi4b-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2240.conf
- + hosts/cbxi4pro0-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2226.conf
- + hosts/common/etc/ssh/sshd_config.d/jdn.no_passwords.conf
- + hosts/common/etc/ssh/sshd_config.d/jdn.user_keys.conf
- + hosts/ff4a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2241.conf
- + hosts/ff64a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2250.conf
- + hosts/jtx1a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2249.conf
- + hosts/jtx1b-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2253.conf
- + hosts/jtx1c-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2254.conf
- + hosts/osuosl184-amd64/etc/apt-cacher-ng/backends_debian
- + hosts/virt32a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2273.conf
- + hosts/virt32b-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2275.conf
- + hosts/virt32c-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2278.conf
- + hosts/virt64a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2272.conf
- + hosts/virt64b-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2274.conf
- + hosts/virt64c-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2277.conf
- + hosts/wbq0-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2225.conf
- update_jdn.sh
Changes:
=====================================
hosts/cbxi4a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2239.conf
=====================================
@@ -0,0 +1 @@
+Port 2239
=====================================
hosts/cbxi4b-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2240.conf
=====================================
@@ -0,0 +1 @@
+Port 2240
=====================================
hosts/cbxi4pro0-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2226.conf
=====================================
@@ -0,0 +1 @@
+Port 2226
=====================================
hosts/common/etc/ssh/sshd_config.d/jdn.no_passwords.conf
=====================================
@@ -0,0 +1 @@
+PasswordAuthentication no
=====================================
hosts/common/etc/ssh/sshd_config.d/jdn.user_keys.conf
=====================================
@@ -0,0 +1 @@
+AuthorizedKeysFile /var/lib/misc/userkeys/%u %h/.ssh/authorized_keys
=====================================
hosts/ff4a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2241.conf
=====================================
@@ -0,0 +1 @@
+Port 2241
=====================================
hosts/ff64a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2250.conf
=====================================
@@ -0,0 +1 @@
+Port 2250
=====================================
hosts/jtx1a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2249.conf
=====================================
@@ -0,0 +1 @@
+Port 2249
=====================================
hosts/jtx1b-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2253.conf
=====================================
@@ -0,0 +1 @@
+Port 2253
=====================================
hosts/jtx1c-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2254.conf
=====================================
@@ -0,0 +1 @@
+Port 2254
=====================================
hosts/osuosl184-amd64/etc/apt-cacher-ng/backends_debian
=====================================
@@ -0,0 +1,2 @@
+http://debian.osuosl.org/debian/
+http://deb.debian.org/debian/
=====================================
hosts/virt32a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2273.conf
=====================================
@@ -0,0 +1 @@
+Port 2273
=====================================
hosts/virt32b-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2275.conf
=====================================
@@ -0,0 +1 @@
+Port 2275
=====================================
hosts/virt32c-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2278.conf
=====================================
@@ -0,0 +1 @@
+Port 2278
=====================================
hosts/virt64a-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2272.conf
=====================================
@@ -0,0 +1 @@
+Port 2272
=====================================
hosts/virt64b-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2274.conf
=====================================
@@ -0,0 +1 @@
+Port 2274
=====================================
hosts/virt64c-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2277.conf
=====================================
@@ -0,0 +1 @@
+Port 2277
=====================================
hosts/wbq0-armhf-rb/etc/ssh/sshd_config.d/jdn.port-2225.conf
=====================================
@@ -0,0 +1 @@
+Port 2225
=====================================
update_jdn.sh
=====================================
@@ -483,8 +483,11 @@ if [ -f /etc/debian_version ] ; then
*) ;;
esac
case $HOSTNAME in
- osuosl168*)
- DEBS="$DEBS openqa-worker"
+ osuosl168-amd64)
+ DEBS="$DEBS
+ openqa-worker
+ apt-cacher-ng
+ apt-show-versions"
;;
jenkins)
DEBS="$DEBS ffmpeg python3-popcon dose-extra"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/8d6573fb9460eb422048ec8fd3df9feb7480e6fb...23914c0343e65bfa23f3c7f82651e5f04b33c5d1
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/8d6573fb9460eb422048ec8fd3df9feb7480e6fb...23914c0343e65bfa23f3c7f82651e5f04b33c5d1
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/20230218/84939093/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list