Skip to content

Commit

Permalink
Remove /usr/lib/pulp/plugins/types/deb.json from setup.py
Browse files Browse the repository at this point in the history
This legacy file will prevent migration 0004 from working.

WARNING: This will also require removing the file from the .spec file in
pulp-packaging repository!

fixes #4951
https://pulp.plan.io/issues/4951
  • Loading branch information
quba42 committed Jun 11, 2019
1 parent efbfa1f commit d890fff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/setup.py
Expand Up @@ -28,7 +28,6 @@
include_package_data=True,
data_files=[
('/etc/httpd/conf.d', ['etc/httpd/conf.d/pulp_deb.conf']),
('/usr/lib/pulp/plugins/types', ['types/deb.json']),
],
install_requires=[
'python-gnupg',
Expand Down

0 comments on commit d890fff

Please sign in to comment.