CI: retrigger

This commit is contained in:
Alexis Métaireau 2025-04-25 19:11:44 +02:00
parent 7caa6cd84e
commit 784edb83a9
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -30,7 +30,7 @@ def appdata_dir() -> Path:
# to ensures the software can't upgrade to container images that predates it. # to ensures the software can't upgrade to container images that predates it.
DEFAULT_LOG_INDEX = 0 DEFAULT_LOG_INDEX = 0
# XXX Store this somewhere else. # FIXME Store this somewhere else.
DEFAULT_PUBKEY_LOCATION = str(get_resource_path("freedomofpress-dangerzone-pub.key")) DEFAULT_PUBKEY_LOCATION = str(get_resource_path("freedomofpress-dangerzone-pub.key"))
SIGNATURES_PATH = appdata_dir() / "signatures" SIGNATURES_PATH = appdata_dir() / "signatures"
LAST_LOG_INDEX = SIGNATURES_PATH / "last_log_index" LAST_LOG_INDEX = SIGNATURES_PATH / "last_log_index"