[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: update docs to reflect that the database is now kept in PostgreSQL

Holger Levsen holger at layer-acht.org
Fri Nov 17 19:08:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit d8225a016c01077bbee1389dcb8dc6344da80d9f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Nov 17 19:08:10 2017 +0000

    reproducible Debian: update docs to reflect that the database is now kept in PostgreSQL
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 INSTALL                    | 4 ++--
 bin/reproducible_common.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 036ea5f..b10e49f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -150,10 +150,10 @@ Additional, give user jenkins write access to the root $JENKINSGIT directory and
 
 Get a recent copy of the database from:
 ----
-wget https://tests.reproducible-builds.org/reproducible.db
+wget https://tests.reproducible-builds.org/reproducible.sql.xz
 ----
 
-Keep the database (or a symlink of it) in /var/lib/jenkins/reproducible.db and give the user Jenkins write access.
+The database is kept using PostgreSQL and initialised by runing /srv/jenkins/bin/reproducible_db_maintenance.py manually as the jenkins user.
 
 ==== Websites scripts
 
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 2c74871..78a64c3 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -556,7 +556,7 @@ def strip_epoch(version):
 def pkg_has_buildinfo(package, version=False, suite=defaultsuite, arch=defaultarch):
     """
     if there is no version specified it will use the version listed in
-    reproducible.db
+    reproducible db
     """
     if not version:
         query = """SELECT r.version

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list