Commit 1956909a authored by Holger Levsen's avatar Holger Levsen
Browse files

fixup: reproduce.debian.net: simplify documentation

parent 183c1f58
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -87,13 +87,8 @@ while true ; do env REBUILDERD_COOKIE_PATH=~/.local/share/rebuilderd-auth-cookie
#
# setup nginx
cd /var/www/html/
wget https://raw.githubusercontent.com/TSELab/tsel-infrastructure/refs/heads/main/ansible/roles/purdue-rebuilderd-frontend/files/index.html
sed -i "s#reproducible.seal.purdue.wtf#$REBUILDERD_HOSTNAME#g" index.html
sed -i 's#https://github.com/fepitre/debrebuild#https://tracker.debian.org/pkg/devscripts#g' index.html
sed -i 's#debrebuild.py#debrebuild#g' index.html
sed -i 's#https://rebuilderd.com/#https://github.com/kpcyrd/rebuilderd#' index.html
sed -i 's#Debian#Debian sid/amd64#g' index.html
sed -i 's#sniffglue#2ping#g' index.html
wget https://salsa.debian.org/qa/jenkins.debian.net/-/raw/master/hosts/osuosl5-amd64/var/www/html/index.html
sed -i "s#reproduce.debian.net#$REBUILDERD_HOSTNAME#g" index.html
# add to /etc/nginx/sites-enabled/default
    location /api/ {
        proxy_pass http://127.0.0.1:8484;