Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed Feb 3, 2021
1 parent e6038ba commit 44b1ae6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ common-steps:
- /focalcaches/layers.tar



version: 2
jobs:
lint:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
tags:
- apt
- unattended-upgrades

1 change: 0 additions & 1 deletion install_files/ansible-base/securedrop-apt-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@
state: present
update_cache: yes
become: yes

2 changes: 1 addition & 1 deletion install_files/securedrop-config-focal/DEBIAN/control.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: SecureDrop Team <securedrop@freedom.press>
Homepage: https://securedrop.org
Package: securedrop-config
Version: 0.1.3+{{ securedrop_version }}+{{ securedrop_target_distribution }}
Version: 0.1.4+{{ securedrop_version }}+{{ securedrop_target_distribution }}
Depends: unattended-upgrades,update-notifier-common
Architecture: all
Description: Establishes baseline system state for running SecureDrop.
Expand Down
2 changes: 1 addition & 1 deletion install_files/securedrop-config/DEBIAN/control.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: SecureDrop Team <securedrop@freedom.press>
Homepage: https://securedrop.org
Package: securedrop-config
Version: 0.1.3+{{ securedrop_version }}+{{ securedrop_target_distribution }}
Version: 0.1.4{{ securedrop_version }}+{{ securedrop_target_distribution }}
Architecture: all
Description: Establishes baseline system state for running SecureDrop.
Configures apt repositories.

0 comments on commit 44b1ae6

Please sign in to comment.