Skip to content

Commit

Permalink
apt: source.tt: invert gpgcheck logic to define forced trust
Browse files Browse the repository at this point in the history
  • Loading branch information
stdweird authored and jrha committed Jul 24, 2023
1 parent 0d6d3a8 commit cc09f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-spma/src/main/resources/apt/source.tt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Name: [% name %]
# Owner: [% owner %]

[%- trust = gpgcheck ? "trusted=yes " : "" -%]
[%- trust = gpgcheck ? "" : "[trusted=yes] " -%]
[%- FOREACH source IN protocols %]
# Protocol type: [% source.name %]
deb [% trust %][% source.url %]
Expand Down

0 comments on commit cc09f8b

Please sign in to comment.