Merged
Conversation
Make it possible to generate requirements files with the hashes included (for more secure installation), tune the pip-compile arguments so that find-links argument like "-f ./wheels/" is not emitted to the file and even unsafe packages like "setuptools" is version pinned. Regenerate the requirements-dev.txt and requirements-siptools.txt files with this change.
Since flask-security-too is importing pkg_resources we need to have setuptools installed.
All of the siptools requirements are always needed now for passari, because they are dependencies of dpres-siptools-ng or dpres-mets-builder. Therefore move them from the separate requiremnt file to the main requirements.in.
Allow Python wheel installation packages to be easily built with a new script.
The Ansible playbooks are used for deploying Passari. Add them here as a submodule so that they are easily discovered and the wheel packages included in the ansible repo can be easily updated from the Passari submodules here.
jopesy
reviewed
Mar 6, 2025
Add Makefile targets to copy the wheels to correct location under ansible directory and for updating the requirements-workflow.txt and requirements-web-ui.txt files used in the Ansible roles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add "ansible" submodule which provides Ansible playbooks for deploying Passari.
Tune requirements, since they were not correct still.
Add Makefile targets for updating packages in the ansible submodule.