Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
7cf694cd
Commit
7cf694cd
authored
Mar 01, 2015
by
Holger Levsen
Browse files
reproducible: include suite in scheduler message
parent
7745f6e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_scheduler.py
View file @
7cf694cd
...
...
@@ -245,7 +245,7 @@ def scheduler(suite):
message
=
'Scheduled '
+
str
(
len
(
unknown
))
+
' unknown package, '
+
\
str
(
len
(
new
))
+
' packages with new versions and '
+
\
str
(
len
(
old
))
+
' with the same version (total: '
+
\
str
(
total
)
+
')'
str
(
total
)
+
'
in '
+
suite
)
'
kgb = ['
kgb
-
client
', '
--
conf
', '
/
srv
/
jenkins
/
kgb
/
debian
-
reproducible
.
conf
',
'
--
relay
-
msg
']
kgb.extend(message.split())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment