[Qa-jenkins-scm] [jenkins.debian.net] 03/05: reproducible: common: add LOGS_URI and LOGS_PATH, poiting at /logs

Holger Levsen holger at moszumanska.debian.org
Mon Jun 1 14:39:22 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 8334564c1e4fd484a5c1a4758fb34e6022312ac8
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat May 30 03:28:10 2015 +0200

    reproducible: common: add LOGS_URI and LOGS_PATH, poiting at /logs
---
 bin/reproducible_common.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 4d38d94..29d7727 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -42,12 +42,14 @@ REPRODUCIBLE_JSON = BASE + '/reproducible.json'
 REPRODUCIBLE_DB = '/var/lib/jenkins/reproducible.db'
 
 DBD_URI = '/dbd'
+LOGS_URI = '/logs'
 NOTES_URI = '/notes'
 ISSUES_URI = '/issues'
 RB_PKG_URI = '/rb-pkg'
 RBUILD_URI = '/rbuild'
 BUILDINFO_URI = '/buildinfo'
 DBD_PATH = BASE + DBD_URI
+LOGS_PATH = BASE + LOGS_URI
 NOTES_PATH = BASE + NOTES_URI
 ISSUES_PATH = BASE + ISSUES_URI
 RB_PKG_PATH = BASE + RB_PKG_URI
@@ -79,6 +81,8 @@ log.debug("BIN_PATH:\t" + BIN_PATH)
 log.debug("BASE:\t\t" + BASE)
 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("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