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
f27f61c3
Commit
f27f61c3
authored
Sep 22, 2015
by
Holger Levsen
Browse files
reproducible: improve readability, increase code size by 3 chars, reduce irc message by 1
parent
a7ba37fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_remote_scheduler.py
View file @
f27f61c3
...
...
@@ -193,7 +193,7 @@ trailing += ' - notify on start too' if debug_url else ''
message
=
str
(
len
(
ids
))
+
packages_txt
+
'scheduled in '
+
suite
+
'/'
+
\
arch
+
' by '
+
requester
if
reason
:
message
+=
'
(
reason: '
+
reason
+
'
)
'
message
+=
'
,
reason:
\'
'
+
reason
+
'
\'
'
message
+=
': '
+
' '
.
join
(
pkgs
)[
0
:
256
]
+
blablabla
+
trailing
...
...
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