Commit f1c51eec authored by Holger Levsen's avatar Holger Levsen
Browse files

reproduce.debian.net: add more notes to temporary rebuilderd documentation

parent 29f95793
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -60,6 +60,9 @@ set -xe
cd "$(dirname "$1")"
/usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}"

#
# FIXME: this should be done using services
#
# then start rebuilderd as $USER in screen:
/opt/usr/bin/rebuilderd -c /opt/etc/rebuilderd.conf
# then as $USER tell it to schedule some work:
@@ -72,6 +75,9 @@ cd 1
cd 2
/opt/usr/bin/rebuilderd-worker -c /opt/etc/rebuilderd-worker.conf connect

#
# FIXME: this should be done, aehm, differently ;)
#
# 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