Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
5e28e8a1
Commit
5e28e8a1
authored
Apr 12, 2018
by
Guilhem Saurel
Browse files
TARGETS: add jessie
parent
010256f0
Pipeline
#556
passed with stages
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/utils.py
View file @
5e28e8a1
...
...
@@ -10,7 +10,7 @@ import git
logger
=
logging
.
getLogger
(
'rainboard.utils'
)
SOURCES
=
IntEnum
(
'Sources'
,
'github gitlab redmine robotpkg travis'
)
TARGETS
=
IntEnum
(
'Targets'
,
'14.04 16.04 17.10 18.04 dubnium'
)
TARGETS
=
IntEnum
(
'Targets'
,
'14.04 16.04 17.10 18.04 dubnium
jessie
'
)
INVALID_MAILS
=
(
'localhost'
,
'none'
,
'noreply'
,
'example'
)
...
...
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