Skip to content

Commit

Permalink
platform: Debian: don't install apt-transport-https
Browse files Browse the repository at this point in the history
This package is not needed and does nothing on the versions of
Debian-family operating systems that we support (only non-EOL versions;
see #1871, for other removal of EOL Debian-family code).
  • Loading branch information
kenyon committed Aug 27, 2024
1 parent b007486 commit 8199309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def base_packages
when 'el'
@version.to_i >= 8 ? ['curl-minimal', 'iputils'] : %w[curl]
when 'debian'
%w[curl lsb-release apt-transport-https]
%w[curl lsb-release]

Check warning on line 123 in lib/beaker/platform.rb

View check run for this annotation

Codecov / codecov/patch

lib/beaker/platform.rb#L123

Added line #L123 was not covered by tests
when 'freebsd'
%w[curl perl5|perl]
when 'solaris'
Expand Down

0 comments on commit 8199309

Please sign in to comment.