Skip to content
Snippets Groups Projects
Commit b4b78f80 authored by Holger Levsen's avatar Holger Levsen
Browse files

i386.r.d.n: more changes for moving to osuosl5

parent c547e8fb
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
}
}
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment