Commit 2ae360dd authored by Holger Levsen's avatar Holger Levsen
Browse files

reproduicible Debian: docuement progress on rebuilder prototype

parent 11860066
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -64,11 +64,11 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
=== Debian rebuilder 'thing'

* prototype only dealing with bullseye and amd64 (and arch all packages)
** first step: download a .buildinfo file and sbuild it - WIP
*** second step: put result in db
*** third step: have some scheduler job and a rebuilder job picking up tasks
*** fourth step: have a smarter scheduler
*** fifth step: export results as json and html
** first step: download a .buildinfo file and sbuild it - done
** second step: put result in db
** third step: have some scheduler job and a rebuilder job picking up tasks
** fourth step: have a smarter scheduler
** fifth step: export results as json and html
* run jenkins job on pb7 (=buildinfos.d.n), which triggers builds on osuosl173 and stores the results on pb7
** keep data in postgresql|sqlite on pb7
*** pb7 also has the builtin-pho db so it seems natural to join them...