[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: missed a sql select after the last schema update...
Mattia Rizzolo
mattia at debian.org
Sat Apr 7 21:06:38 UTC 2018
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit 54c5b6c7c47284f34074de644865135dddd3b7c8
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sat Apr 7 23:06:04 2018 +0200
reproducible debian: missed a sql select after the last schema update...
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
bin/reproducible_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 04dac1d..9cab787 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -433,7 +433,7 @@ call_diffoscope_on_changes_files() {
choose_package() {
local RESULT=$(query_db "
- SELECT s.suite, s.id, s.name, s.version, sch.save_artifacts, sch.notify, s.notify_maintainer, sch.message, sch.date_scheduled
+ SELECT s.suite, s.id, s.name, s.version, sch.save_artifacts, sch.notify, s.notify_maintainer, sch.date_scheduled
FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id
WHERE sch.date_build_started is NULL
AND s.architecture='$ARCH'
--
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