[Git][qa/jenkins.debian.net][master] 2 commits: fixup: reproduce.debian.net: setup another instance on o4 and update installation docs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Nov 30 19:15:42 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3ccd0edb by Holger Levsen at 2024-11-30T20:13:39+01:00
fixup: reproduce.debian.net: setup another instance on o4 and update installation docs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
de2960ef by Holger Levsen at 2024-11-30T20:15:21+01:00
reproduce.debian.net: explain workaround for https://github.com/kpcyrd/rebuilderd/issues/152
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4 changed files:
- hosts/osuosl4-amd64/etc/nginx/nginx.conf
- hosts/osuosl4-amd64/var/www/html/index.html
- hosts/osuosl5-amd64/etc/nginx/nginx.conf
- hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html
Changes:
=====================================
hosts/osuosl4-amd64/etc/nginx/nginx.conf
=====================================
@@ -14,7 +14,7 @@ http {
server {
server_name osuosl4-amd64.debian.net;
- index index.html index.htm
+ index index.html;
root /var/www/html;
listen 443 ssl;
=====================================
hosts/osuosl4-amd64/var/www/html/index.html
=====================================
@@ -191,6 +191,8 @@
</br>
<!-- a href="/stats/">Statistics about BAD packages.</a> -->
</br>
+ <a href="https://reproduce.debian.net/">https://reproduce.debian.net/</a> has more information about this setup.
+ </br>
<small>This setup is in it's infancy. (= don't take numbers seriously unless...!?)</small>
</footer>
</body>
=====================================
hosts/osuosl5-amd64/etc/nginx/nginx.conf
=====================================
@@ -14,7 +14,7 @@ http {
server {
server_name reproduce.debian.net;
- index index.html index.htm
+ index index.html;
root /var/www/html;
listen 443 ssl;
=====================================
hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html
=====================================
@@ -99,7 +99,9 @@ cd 1
/opt/usr/bin/rebuilderd-worker -c /opt/etc/rebuilderd-worker.conf connect
cd 2
/opt/usr/bin/rebuilderd-worker -c /opt/etc/rebuilderd-worker.conf connect
-
+# until https://github.com/kpcyrd/rebuilderd/issues/152 has been fixed,
+# it's also useful to randomize the queue sometimes, run as $USER:
+echo "update queue set priority = ABS(RANDOM()) % 1000;" |sqlite3 ~/rebuilderd.db
#
# FIXME: this should be done, aehm, differently ;)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/5bfdbaa3380d5bfa035ec9d521e221c8ee8f361f...de2960ef9806267a200262ac3458457397e9e3c5
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/5bfdbaa3380d5bfa035ec9d521e221c8ee8f361f...de2960ef9806267a200262ac3458457397e9e3c5
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/20241130/ef1b7cdf/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list