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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
mpcdf
obs
osc-plugins
Commits
e8eea7a3
Commit
e8eea7a3
authored
Apr 03, 2020
by
Lorenz Hüdepohl
Browse files
Fix: Forgot to remove debug trigger
parent
a1962aaf
Pipeline
#72160
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_enable_repositories.py
View file @
e8eea7a3
...
...
@@ -92,7 +92,6 @@ def do_mpcdf_enable_repositories(self, subcmd, opts, *args):
if
opts
.
recreate
or
opts
.
set
or
opts
.
disable
:
mpcdf_common
.
mpcdf_enable_repositories
(
api_url
,
project
,
package
,
verbose
=
True
,
dry_run
=
opts
.
dry_run
)
enabled
=
mpcdf_common
.
get_attribute_values
(
api_url
,
project
,
package
,
"MPCDF:enable_repositories"
)
raise
1
if
project
==
"software"
and
enabled
!=
[
"system"
]
and
len
(
enabled
)
>
0
and
not
opts
.
dry_run
:
mpcdf_common
.
sync_projects
(
api_url
,
package
,
verbose
=
True
)
...
...
Write
Preview
Markdown
is supported
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