[Git][qa/jenkins.debian.net][master] i386.r.d.n: more changes for moving to osuosl5
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jan 20 19:41:24 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b4b78f80 by Holger Levsen at 2025-01-20T20:41:08+01:00
i386.r.d.n: more changes for moving to osuosl5
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- hosts/osuosl5-amd64/etc/nginx/nginx.conf
- hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html
Changes:
=====================================
hosts/osuosl5-amd64/etc/nginx/nginx.conf
=====================================
@@ -56,6 +56,7 @@ http {
alias /srv/rebuilderd/stats/ ;
disable_symlinks off;
autoindex on;
+ index index.html;
}
}
@@ -104,6 +105,7 @@ http {
alias /srv/rebuilderd/i386/stats/ ;
disable_symlinks off;
autoindex on;
+ index index.html;
}
}
@@ -137,37 +139,7 @@ http {
server {
listen 80;
server_name reproduce.debian.net;
-
- location /.well-known/acme-challenge/ {
- alias /var/lib/dehydrated/acme-challenges/;
- disable_symlinks off;
- autoindex off;
- }
-
- location / {
- return 301 https://$host$request_uri;
- }
-
- }
-
- server {
- listen 80;
server_name amd64.reproduce.debian.net;
-
- location /.well-known/acme-challenge/ {
- alias /var/lib/dehydrated/acme-challenges/;
- disable_symlinks off;
- autoindex off;
- }
-
- location / {
- return 301 https://$host$request_uri;
- }
-
- }
-
- server {
- listen 80;
server_name i386.reproduce.debian.net;
location /.well-known/acme-challenge/ {
@@ -182,4 +154,5 @@ http {
}
+
}
=====================================
hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html
=====================================
@@ -25,7 +25,7 @@
</h1>
<pre>
-(version 0.6, feedback much welcome.)
+(version 0.7, feedback much welcome.)
USER=rebuilderd
# sudo adduser --system --home /srv/rebuilderd --shell /bin/bash --group $USER ; sudo passwd -d $USER
@@ -130,5 +130,10 @@ sed -i "s#reproduce.debian.net#$REBUILDERD_HOSTNAME#g" index.html
}
</pre>
+# it gets messy, how to run more archs on one machine:
+cd ; mkdir -p i386 ; cd i386 ; /opt/usr/bin/rebuilderd -c /opt/etc/rebuilderd-i386.conf
+
+
+
</body>
</html>
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b4b78f803520cd8198c56c566f1b1ef4edac34b0
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b4b78f803520cd8198c56c566f1b1ef4edac34b0
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/20250120/dc26cbe9/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list