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
5758afad
Commit
5758afad
authored
May 31, 2021
by
Guilhem Saurel
Browse files
update: put problematic stuff at the end
parent
dbe4842c
Pipeline
#14755
failed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/management/commands/update.py
View file @
5758afad
...
...
@@ -56,11 +56,6 @@ class Command(BaseCommand):
def
log
(
message
):
self
.
stdout
.
write
(
message
)
log
(
'updating forges'
)
for
forge
in
Forge
.
objects
.
order_by
(
'source'
):
log
(
f
' updating
{
forge
}
'
)
forge
.
get_projects
()
log
(
'
\n
Updating all repos
\n
'
)
for
repo
in
Repo
.
objects
.
filter
(
project__archived
=
False
,
project__main_namespace__from_gepetto
=
True
):
log
(
f
'
{
repo
}
'
)
...
...
@@ -100,3 +95,8 @@ class Command(BaseCommand):
log
(
f
'
{
img
}
'
)
update_issues_pr
()
log
(
'updating forges'
)
for
forge
in
Forge
.
objects
.
order_by
(
'source'
):
log
(
f
' updating
{
forge
}
'
)
forge
.
get_projects
()
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