We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 773c0cb + 677853a commit 7f0d88cCopy full SHA for 7f0d88c
2 files changed
CHANGES/1207.removal
@@ -0,0 +1 @@
1
+Deprecated the `repair-python-metadata` management command in favor of the repository `repair_metadata` task.
pulp_python/app/management/commands/repair-python-metadata.py
@@ -78,7 +78,10 @@ class Command(BaseCommand):
78
Management command to repair metadata of PythonPackageContent.
79
"""
80
81
- help = _("Repair the metadata of PythonPackageContent stored in PythonRepositories")
+ help = _(
82
+ "[Deprecated] Use the repository `repair_metadata` task instead. "
83
+ "Repair the metadata of PythonPackageContent stored in PythonRepositories."
84
+ )
85
86
def add_arguments(self, parser):
87
"""Set up arguments."""
0 commit comments