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
44032940
Commit
44032940
authored
Feb 27, 2018
by
Guilhem Saurel
Browse files
license eclipse
parent
793f97ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
44032940
...
...
@@ -22,7 +22,7 @@ logger = logging.getLogger('rainboard.models')
MAIN_BRANCHES
=
[
'master'
,
'devel'
]
RPKG_URL
=
'http://robotpkg.openrobots.org'
RPKG_LICENSES
=
{
'gnu-lgpl-v3'
:
'LGPL-3.0'
,
'gnu-lgpl-v2'
:
'LGPL-2.0'
,
'mit'
:
'MIT'
,
'gnu-gpl-v3'
:
'GPL-3.0'
,
'2-clause-bsd'
:
'BSD-2-Clause'
}
'2-clause-bsd'
:
'BSD-2-Clause'
,
'eclipse'
:
'EPL-1.0'
}
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
}
...
...
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