Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcdf
obs
osc-plugins
Commits
8a833194
Commit
8a833194
authored
Jul 30, 2020
by
Lorenz Hüdepohl
Browse files
Fix creation of home: repos
Repos were missing reference to the home: 'System' repo
parent
2e3074c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
8a833194
...
...
@@ -750,7 +750,9 @@ Macros:
repo
(
"System"
,
((
"software"
,
distribution
),))
for
compiler
in
compilers
+
pgis
:
if
project
!=
"software"
:
if
project
.
startswith
(
"home:"
):
dependencies
=
((
project
,
"System"
),)
elif
project
!=
"software"
:
dependencies
=
((
"software"
,
distribution
),)
else
:
dependencies
=
()
...
...
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