summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-06-09 09:33:31 -0400
committerHolger Levsen <holger@layer-acht.org>2016-06-09 15:36:13 +0200
commit3beb05c0ed8eec654a7591fd47c94949bcc3c8f7 (patch)
tree7f012c78b70c06ee2cfe3654fefda2efb77d1d9b /INSTALL
parent3ce1ce586c0d8079e8ce9ebe5fd1c2f8b66dfb92 (diff)
downloadjenkins.debian.net-3beb05c0ed8eec654a7591fd47c94949bcc3c8f7.tar.xz
reproducible debian: add notes info to INSTALL
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 13 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index e4119477..366b92e6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -113,13 +113,15 @@ I've cloned these two git repos on my desktop and manually run `git pull`. This
=== Setup of standalone tests.reproducible-builds.org for development
-If you'd like to run tests.repoducible-builds.org without the rest of the jenkins set up, here are some necessary steps. Note that most of these steps are performed in the update_jdn.sh script, see above. Your clone of the jenkins git (git://git.debian.org/git/qa/jenkins.debian.net.git) will be referred to as $JENKINSGIT.
+If you'd like to run tests.repoducible-builds.org without the rest of the jenkins set up, here are some necessary steps. Note that most of these steps are performed in the update_jdn.sh script, so if you have a test system it might be simpler to just run it.
+
+Your clone of the jenkins git (git://git.debian.org/git/qa/jenkins.debian.net.git) will be referred to as $JENKINSGIT.
==== Dependencies, users, directories and files
Some dependencies:
----
-sudo apt install python3 python3-psycopg2 sqlite3 python-rpy2 dctrl-tools
+sudo apt install python3 python3-psycopg2 python3-yaml sqlite3 python-rpy2 dctrl-tools
----
Create a user jenkins for testing. Create the following directories:
@@ -152,9 +154,9 @@ Keep the database (or a symlink of it) in /var/lib/jenkins/reproducible.db and g
==== Websites scripts
-THe $JENKINSGIT/bin/reproducible_html_*.py and $JENKINSGIT/bin/reproducible_html_*.sh scripts produce the debian testing pages and you probably want to run all of them at least once. Below are the requirements for some scripts.
+The $JENKINSGIT/bin/reproducible_html_*.py and $JENKINSGIT/bin/reproducible_html_*.sh scripts produce the debian testing pages and you probably want to run all of them at least once. Below are the requirements for some scripts.
-All webpages will be served out of /var/lib/jenkins/userContent/reproducible and you need to point a webserver to this directory. Build the reproducible dashboard for debian with the $JENKINSGIT/bin/reproducible_html_dashboard.sh, and navigate to <host>/reproducible.html in your browser.
+All webpages will be served out of /var/lib/jenkins/userContent/reproducible and you need to point a webserver to this directory. Build the reproducible dashboard for debian with the $JENKINSGIT/bin/reproducible_html_dashboard.sh, and navigate to <host>/debian/reproducible.html in your browser.
*Requirements for $JENKINSGIT/bin/reproducible_html_dashboard.sh*
@@ -169,7 +171,14 @@ And run the following script as user jenkins:
$JENKINSGIT/bin/reproducible_html_repository_comparison.sh
----
+*Requirements for $JENKINSGIT/bin/reproducible_html_notes.py*
+
+This script construct pages that contain notes about the ongoing status and causes of nondeterminism for a package. These pages can be accessed at <host>/debian/notes/<package>_note.html
+
+First, clone the notes git repo:
+git clone https://anonscm.debian.org/cgit/reproducible/notes.git/
+Create symlinks for the the files *packages.yml* and *issues.yml* in your $JENKINSGIT/bin/ directory.
// vim: set filetype=asciidoc: