mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
doit: Remove unused 'DEBIAN_VERSIONS' variable
This commit is contained in:
parent
14a480c3a3
commit
092eec55d1
1 changed files with 0 additions and 1 deletions
1
dodo.py
1
dodo.py
|
@ -9,7 +9,6 @@ from doit.action import CmdAction
|
|||
ARCH = "arm64" if platform.machine() == "arm64" else "i686"
|
||||
VERSION = open("share/version.txt").read().strip()
|
||||
FEDORA_VERSIONS = ["40", "41", "42"]
|
||||
DEBIAN_VERSIONS = ["bullseye", "jammy", "mantic", "noble", "trixie"]
|
||||
|
||||
### Global parameters
|
||||
|
||||
|
|
Loading…
Reference in a new issue