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
d1faf1a3
Commit
d1faf1a3
authored
Apr 01, 2020
by
Lorenz Hüdepohl
Browse files
Fix mpcdf_setup_home_project
parent
68724d08
Pipeline
#71900
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
d1faf1a3
...
...
@@ -570,7 +570,7 @@ def mpcdf_setup_subproject(api_url, project, distribution, microarchitecture,
if
parent
and
not
dry_run
:
for
attribute
in
config_attributes
+
default_attributes
:
print
(
"Copying attribute '{0}' from parent project"
.
format
(
attribute
))
set_attribute
(
api_url
,
project
,
None
,
ge
t_attribute
(
api_url
,
parent
,
None
,
attribute
))
set_attribute
_values
(
api_url
,
project
,
None
,
attribute
,
overloaded_projec
t_attribute
(
api_url
,
parent
,
attribute
))
# Check distribution
software_meta
=
project_meta
(
api_url
,
"software"
)
...
...
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