Skip to content

Commit

Permalink
Add SecureDrop to Origin field in apt-local's reprepro config
Browse files Browse the repository at this point in the history
This is inline with the configuration provided by apt(-test).freedom.press.
  • Loading branch information
emkll committed Jan 21, 2021
1 parent 8405255 commit 79de2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devops/apt-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
rep_dist: "focal"
molecule_dir: "../molecule/upgrade"
dpkg_dir: /var/repos/debs
rep_origin: SecureDrop
rep_component: main
rep_arch: i386 amd64
release_file: "/var/repos/base/dists/{{ rep_dist }}/Release"
Expand All @@ -45,4 +46,3 @@
- ssl_certificate_key /etc/ssl/private/apt_freedom_press.priv
- root "/var/repos/base"
- location / { autoindex on; }

1 change: 1 addition & 0 deletions molecule/upgrade/templates/distributions.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Origin: {{ rep_origin }}
Codename: {{ rep_dist }}
Components: {{ rep_component }}
Architectures: {{ rep_arch }}

0 comments on commit 79de2a4

Please sign in to comment.