[Qa-jenkins-scm] [jenkins.debian.net] 01/08: reproducible: common.py: add DIFFS_{URI, PATH}
Holger Levsen
holger at moszumanska.debian.org
Sun Jul 5 12:01:46 UTC 2015
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 eaf007dc31c6171c5f44da3c508dedfeb50d1a84
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Wed Jun 17 06:33:17 2015 +0000
reproducible: common.py: add DIFFS_{URI,PATH}
---
bin/reproducible_common.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 97617f1..7e2c5f4 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)
--
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