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
f8f1a08a
Commit
f8f1a08a
authored
Aug 06, 2020
by
Guilhem Saurel
Browse files
idem
parent
c0ca92b2
Pipeline
#10576
passed with stage
in 1 minute and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
f8f1a08a
...
...
@@ -1289,7 +1289,7 @@ def ordered_projects():
with
(
settings
.
RAINBOARD_RPKG
/
cat
/
pkg
/
'Makefile'
).
open
()
as
file_handle
:
cont
=
file_handle
.
read
()
deps
=
[
d_pkg
for
d_cat
,
d_pkg
,
_
,
_
in
lst
if
f
'
\n
include ../../
{
d_cat
}
/
{
d_pkg
}
/depend.mk
\n
'
in
cont
]
if
pkg
.
startswith
(
'py-'
)
and
(
cat
,
pkg
[
3
:],
ns
)
in
lst
:
if
pkg
.
startswith
(
'py-'
)
and
(
cat
,
pkg
[
3
:],
ns
,
ccache
)
in
lst
:
deps
.
append
(
pkg
[
3
:])
return
sorted
(
set
(
deps
))
...
...
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