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
762f8d07
Commit
762f8d07
authored
Feb 13, 2018
by
Guilhem Saurel
Browse files
GITLAB_STATUS running
parent
242db5c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
762f8d07
...
...
@@ -26,7 +26,7 @@ RPKG_LICENSES = {'gnu-lgpl-v3': 'LGPL-3.0', 'gnu-lgpl-v2': 'LGPL-2.0', 'mit': 'M
RPKG_FIELDS
=
[
'PKGBASE'
,
'PKGVERSION'
,
'MASTER_SITES'
,
'MASTER_REPOSITORY'
,
'MAINTAINER'
,
'COMMENT'
,
'HOMEPAGE'
]
CMAKE_FIELDS
=
{
'NAME'
:
'name'
,
'DESCRIPTION'
:
'description'
,
'URL'
:
'homepage'
,
'VERSION'
:
'version'
}
TRAVIS_STATE
=
{
'created'
:
None
,
'passed'
:
True
,
'started'
:
None
,
'failed'
:
False
,
'errored'
:
False
,
'canceled'
:
False
}
GITLAB_STATUS
=
{
'failed'
:
False
,
'success'
:
True
,
'pending'
:
None
,
'skipped'
:
None
,
'canceled'
:
None
}
GITLAB_STATUS
=
{
'failed'
:
False
,
'success'
:
True
,
'pending'
:
None
,
'skipped'
:
None
,
'canceled'
:
None
,
'running'
:
None
}
class
Article
(
NamedModel
):
...
...
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