We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Storage Service repo used to have a lib/ directory used by pip. It was removed in v0.9.1 but still available in v0.9.0.
There's a few things happening in this repo that could be deleted if we're not planning to use that lib/ directory again. See below.
am-packbuild/debs/xenial/archivematica-storage-service/build.sh
Line 13 in bff4599
We need to call dh-virtualenv but the extra arg isn't needed.
dh-virtualenv
am-packbuild/debs/xenial/archivematica-storage-service/debian-storage-service/rules
Line 9 in bff4599
am-packbuild/debs/trusty/archivematica-storage-service/build.sh
am-packbuild/debs/trusty/archivematica-storage-service/debian-storage-service/rules
Line 7 in bff4599
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The Storage Service repo used to have a lib/ directory used by pip. It was removed in v0.9.1 but still available in v0.9.0.
There's a few things happening in this repo that could be deleted if we're not planning to use that lib/ directory again. See below.
Ubuntu Xenial
am-packbuild/debs/xenial/archivematica-storage-service/build.sh
Line 13 in bff4599
We need to call
dh-virtualenv
but the extra arg isn't needed.am-packbuild/debs/xenial/archivematica-storage-service/debian-storage-service/rules
Line 9 in bff4599
Ubuntu Trusty
am-packbuild/debs/trusty/archivematica-storage-service/build.sh
Line 13 in bff4599
We need to call
dh-virtualenv
but the extra arg isn't needed.am-packbuild/debs/trusty/archivematica-storage-service/debian-storage-service/rules
Line 7 in bff4599
The text was updated successfully, but these errors were encountered: