Skip to content
GitLab
Menu
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
a0434218
Commit
a0434218
authored
Oct 23, 2018
by
Lorenz Huedepohl
Browse files
Switch order for dependent (home:) projects, to potentially resolve a bug
parent
3205a7bb
Pipeline
#67043
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
a0434218
...
@@ -317,10 +317,10 @@ def mpcdf_setup_repositories(api_url, project, distribution=None, parent=None, p
...
@@ -317,10 +317,10 @@ def mpcdf_setup_repositories(api_url, project, distribution=None, parent=None, p
p
.
set
(
"repository"
,
repo
)
p
.
set
(
"repository"
,
repo
)
p
.
tail
=
"
\n
"
p
.
tail
=
"
\n
"
for
dep_project
,
dep_repo
in
dependencies
:
path
(
dep_project
,
dep_repo
)
if
parent
:
if
parent
:
path
(
parent
,
name
)
path
(
parent
,
name
)
for
dep_project
,
dep_repo
in
dependencies
:
path
(
dep_project
,
dep_repo
)
for
arch
in
architectures
:
for
arch
in
architectures
:
a
=
ElementTree
.
SubElement
(
r
,
"arch"
)
a
=
ElementTree
.
SubElement
(
r
,
"arch"
)
...
...
Write
Preview
Supports
Markdown
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