[Git][qa/jenkins.debian.net][master] reproducible Debian: set server_name for rebuilder-snapshot.debian.net to be...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Nov 28 16:41:50 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d426d96d by Holger Levsen at 2023-11-28T17:41:42+01:00
reproducible Debian: set server_name for rebuilder-snapshot.debian.net to be used with python3-certbot-nginx
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- hosts/osuosl5-amd64/etc/nginx/nginx.conf
- update_jdn.sh
Changes:
=====================================
hosts/osuosl5-amd64/etc/nginx/nginx.conf
=====================================
@@ -14,7 +14,7 @@ http {
server {
listen 80;
- server_name localhost;
+ server_name rebuilder-snapshot.debian.net;
location / {
alias /srv/data/rebuilder-snapshot/;
=====================================
update_jdn.sh
=====================================
@@ -489,6 +489,7 @@ if [ -f /etc/debian_version ] ; then
gunicorn
postgresql-15
postgresql-plpython3-15
+ python3-certbot-nginx
python3-dateutil
python3-debian
python3-flask
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d426d96d21a65bd26e4c710f9a21dc9a9990c9cb
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d426d96d21a65bd26e4c710f9a21dc9a9990c9cb
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/20231128/d6859971/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list