We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4912f66 commit fb501edCopy full SHA for fb501ed
CHANGES/425.feature
@@ -0,0 +1 @@
1
+Enabled reclaim disk feature provided by pulpcore 3.15+.
pulp_python/app/models.py
@@ -125,6 +125,8 @@ class PythonPackageContent(Content):
125
https://www.python.org/dev/peps/pep-0345/
126
"""
127
128
+ PROTECTED_FROM_RECLAIM = False
129
+
130
TYPE = 'python'
131
repo_key_fields = ("filename",)
132
# Required metadata
0 commit comments