Skip to content

Commit

Permalink
DNM: Switch to install via apt-test
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Oct 25, 2024
1 parent acc93b2 commit 65208c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# For testing/QA, set this URL to another apt server. You must also update
# the associated public key for the apt repo for testing/QA.
apt_repo_url: https://apt.freedom.press
apt_repo_url: https://apt-test.freedom.press

# By default, install packages from the apt-repo, but under
# staging hosts we'll prefer locally-built deb packages
Expand All @@ -21,6 +21,7 @@ install_local_packages: False
# the Release file for which will *not* be signed with the prod key.
apt_repo_pubkey_files:
- fpf-signing-key-2021.pub
- apt-test-signing-key.pub

# As of v2.0.0, only Focal is supported.
apt_repo_target_distro: "{{ ansible_distribution_release }}"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apt_key:
state: present
data: "{{ lookup('file', item) }}"
keyring: /etc/apt/trusted.gpg.d/securedrop-keyring.gpg
keyring: /etc/apt/trusted.gpg.d/securedrop-keyring2.gpg
with_items: "{{ apt_repo_pubkey_files }}"
tags:
- apt
Expand Down

0 comments on commit 65208c8

Please sign in to comment.