[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: edit-compile-IRC-run cycle continues.
Holger Levsen
holger at layer-acht.org
Mon May 22 17:16:43 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 9066d3257178b94b3678b87fe725f210fe57fa80
Author: Daniel Shahaf <danielsh at apache.org>
Date: Mon May 22 17:15:27 2017 +0000
reproducible Debian: edit-compile-IRC-run cycle continues.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_remote_scheduler.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 1cdc9a9..b17d537 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -180,9 +180,9 @@ def parse_args():
if notify_on_start:
log.info('The channel will be notified when the build starts')
- return scheduling_args, requester
+ return scheduling_args, requester, local
-def rest(scheduling_args, requester):
+def rest(scheduling_args, requester, local):
# Shorter names
suite = scheduling_args.suite
arch = scheduling_args.architecture
@@ -344,8 +344,8 @@ def rest(scheduling_args, requester):
generate_schedule(arch) # update the HTML page
def main():
- scheduling_args, requester = parse_args()
- rest(scheduling_args, requester)
+ scheduling_args, requester, local = parse_args()
+ rest(scheduling_args, requester, local)
if __name__ == '__main__':
main()
--
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