doit: Remove unused 'DEBIAN_VERSIONS' variable

This commit is contained in:
Alex Pyrgiotis 2025-04-02 11:45:47 +03:00
parent 14a480c3a3
commit 092eec55d1
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -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