Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Reproducible installation #201

Open
voronind opened this issue Jan 28, 2025 · 1 comment
Open

Reproducible installation #201

voronind opened this issue Jan 28, 2025 · 1 comment

Comments

@voronind
Copy link

Can you deploy it to PyPI?
Installing from git without tag can not guarantee reproducible one.

@aj-fuentes
Copy link
Contributor

Installing from git without tag can not guarantee reproducible one.

You can use any commit hash:

python3 -m pip install git+https://github.com/odoo/upgrade-util@e8516ae58aa731c9180830eaf8b791f4c63036f7

The reason why we do not version this repo is that only the latest master version is ensured to work correctly across all standard Odoo versions and all internal upgrade scripts. I agree that for local dev you can frezee one particular commit hash and bump it once you are in need of the latest patches. Still, be aware that by not being in latest master some utils may miss some corner cases recently improved. Or may be misaligned with extra patches already merged in standard.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants