Skip to content

Commit 7f0d88c

Browse files
authored
Merge pull request #1208 from jobselko/1207
[PULP-1646] Deprecate repair-python-metadata command
2 parents 773c0cb + 677853a commit 7f0d88c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES/1207.removal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ class Command(BaseCommand):
7878
Management command to repair metadata of PythonPackageContent.
7979
"""
8080

81-
help = _("Repair the metadata of PythonPackageContent stored in PythonRepositories")
81+
help = _(
82+
"[Deprecated] Use the repository `repair_metadata` task instead. "
83+
"Repair the metadata of PythonPackageContent stored in PythonRepositories."
84+
)
8285

8386
def add_arguments(self, parser):
8487
"""Set up arguments."""

0 commit comments

Comments
 (0)