Commit 36c30638 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: add document describing the builtin-pho setup

parent 0c60687d
Loading
Loading
Loading
Loading

README.builtin-pho-db

0 → 100644
+41 −0
Original line number Diff line number Diff line
About the builtin-pho setup on profitbricks-build7-amd64
========================================================
:Author:           Holger Levsen
:Authorinitials:   holger
:EMail:            holger@layer-acht.org
:Status:           working, in progress
:lang:             en
:Doctype:          article
:License:          GPLv2

== Scope

Describe how the builtin-pho setup on profitbricks-build7-amd64 is done.

builtin-pho stores information about .buildinfo files from
ftp-master.debian.org in a postgresql database.

=== initial setup

as user buildinfo:

$ cd
$ git clone https://salsa.debian.org/bremner/builtin-pho.git

and then follow the steps in the README

=== re-setup

as user buildinfo:

$ cd ~/builtin-pho
$ bash drop-all-tables.sh 
$ bash make-types.sh
$ bash update-packages.sh		# takes a few minutes
$ python3 index-buildinfo.py -v		# takes hours, run in screen!

=== cronjobs and jenkins jobs

FIXME: describe builtin-pho related cronjobs and jenkins jobs here.

// vim: set filetype=asciidoc: