This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
make template
fails with paxctl error
#25
Labels
Comments
Slightly above the error you pasted is:
|
Trying: diff --git a/securedrop-workstation/04_install_qubes_post.sh b/securedrop-workstation/04_install_qubes_post.sh
index efd9825..c097195 100755
--- a/securedrop-workstation/04_install_qubes_post.sh
+++ b/securedrop-workstation/04_install_qubes_post.sh
@@ -37,7 +37,7 @@ mount --bind /dev "${INSTALLDIR}/dev"
aptInstall apt-transport-https qubes-vm-recommended
-[ -n "$workstation_repository_suite" ] || workstation_repository_suite="buster"
+[ -n "$workstation_repository_suite" ] || workstation_repository_suite="bullseye"
[ -n "$workstation_signing_key_fingerprint_2020" ] || workstation_signing_key_fingerprint_2020="22245C81E3BAEB4138B36061310F561200F4AD77"
[ -n "$workstation_signing_key_file_2020" ] || workstation_signing_key_file_2020="$BUILDER_DIR/$SRC_DIR/template-securedrop-workstation/keys/release-key-LEGACY.asc"
[ -n "$workstation_signing_key_fingerprint_2021" ] || workstation_signing_key_fingerprint_2021="2359E6538C0613E652955E6C188EDD3B7B22E6A3"
@@ -58,6 +58,9 @@ $chroot_cmd apt-key adv --fingerprint "$workstation_signing_key_fingerprint_2020
$chroot_cmd apt-key add - < "$workstation_signing_key_file_2021"
## Sanity test. apt-key adv would exit non-zero if not exactly that fingerprint in apt's keyring.
$chroot_cmd apt-key adv --fingerprint "$workstation_signing_key_fingerprint_2021"
+## TESTING ONLY
+$chroot_cmd apt-key add - < "$BUILDER_DIR/$SRC_DIR/template-securedrop-workstation/keys/test-key.asc"
+## END TESTING ONLY
echo "${INSTALLDIR}/$workstation_repository_list"
echo "$workstation_repository_apt_line" > "${INSTALLDIR}/$workstation_repository_list" |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Parent issue: freedomofpress/securedrop-workstation#600
make template
fails now because it can't seem to find paxctld. Note that as of today we are hosting paxctld here: https://apt.freedom.press/pool/main/p/paxctld/paxctld_1.2.5-1_amd64.deb (and onapt-test
).The text was updated successfully, but these errors were encountered: