From eaf007dc31c6171c5f44da3c508dedfeb50d1a84 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 17 Jun 2015 06:33:17 +0000 Subject: reproducible: common.py: add DIFFS_{URI,PATH} --- bin/reproducible_common.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 97617f18..7e2c5f49 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -43,6 +43,7 @@ REPRODUCIBLE_DB = '/var/lib/jenkins/reproducible.db' DBD_URI = '/dbd' LOGS_URI = '/logs' +DIFFS_URI = '/logdiffs' NOTES_URI = '/notes' ISSUES_URI = '/issues' RB_PKG_URI = '/rb-pkg' @@ -50,6 +51,7 @@ RBUILD_URI = '/rbuild' BUILDINFO_URI = '/buildinfo' DBD_PATH = BASE + DBD_URI LOGS_PATH = BASE + LOGS_URI +DIFFS_PATH = BASE + DIFFS_URI NOTES_PATH = BASE + NOTES_URI ISSUES_PATH = BASE + ISSUES_URI RB_PKG_PATH = BASE + RB_PKG_URI @@ -83,6 +85,8 @@ log.debug("DBD_URI:\t\t" + DBD_URI) log.debug("DBD_PATH:\t" + DBD_PATH) log.debug("LOGS_URI:\t" + LOGS_URI) log.debug("LOGS_PATH:\t" + LOGS_PATH) +log.debug("DIFFS_URI:\t" + DIFFS_URI) +log.debug("DIFFS_PATH:\t" + DIFFS_PATH) log.debug("NOTES_URI:\t" + NOTES_URI) log.debug("ISSUES_URI:\t" + ISSUES_URI) log.debug("NOTES_PATH:\t" + NOTES_PATH) -- cgit v1.2.3-70-g09d2