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
Gepetto
dashboard
Commits
46196d8c
Commit
46196d8c
authored
Apr 29, 2021
by
Guilhem Saurel
Browse files
oops
parent
20a97299
Pipeline
#14244
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/migrations/0056_disable_1604.py
View file @
46196d8c
...
...
@@ -12,7 +12,6 @@ def disable_trusty(apps, schema_editor):
for
project
in
[
'eigenpy'
,
'hpp-fcl'
,
'pinocchio'
,
'tsid'
,
'crocoddyl'
]:
for
rpkg
in
Robotpkg
.
objects
.
filter
(
project__slug
=
project
):
rpkg
.
extended_target
.
add
(
trusty
)
rpkg
.
extended_target
.
save
()
class
Migration
(
migrations
.
Migration
):
...
...
Write
Preview
Markdown
is supported
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