We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4912f66 + fb501ed commit d846942Copy full SHA for d846942
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