Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Colas Pomies
LbNightlyTools
Commits
3c111262
Commit
3c111262
authored
Apr 27, 2015
by
cpomies
Browse files
Added "-build" at the end of os_label in property file
parent
f6ba1226
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/LbNightlyTools/CheckSlotPreconditions.py
View file @
3c111262
...
...
@@ -65,7 +65,7 @@ class Script(LbUtils.Script.PlainScript):
for
platform
in
platforms
:
os_label
=
platform
.
split
(
'-'
)[
1
]
os_label
=
platform
.
split
(
'-'
)[
1
]
+
'-build'
output_file_name
=
output_file
.
format
(
os
.
environ
[
'slot'
],
platform
)
open
(
output_file_name
,
'w'
)
\
.
write
(
str
(
JobParams
(
slot
=
os
.
environ
[
'slot'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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