mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-08 22:41:50 +02:00
build: add build_scripts/env.py
to the hashed files
It contains information that define the build environments, and as such, modifying it should result in a new release of the dev containers.
This commit is contained in:
parent
e4003ee1a0
commit
3e6c9da4df
1 changed files with 1 additions and 0 deletions
|
@ -292,6 +292,7 @@ def get_build_dir_sources(distro, version):
|
|||
sources = [
|
||||
git_root() / "pyproject.toml",
|
||||
git_root() / "poetry.lock",
|
||||
git_root() / "dev_scripts" / "env.py",
|
||||
git_root() / "dev_scripts" / "storage.conf",
|
||||
git_root() / "dev_scripts" / "containers.conf",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue