Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure we can install unsigned packages. #9152

Merged

Conversation

aerique
Copy link
Member

@aerique aerique commented May 25, 2020

Sometimes we need to install unsigned packages from our own ad-hoc repo,
installing apt-transport-https makes sure we can do this (at least on
Debian Stretch).

Sometimes we need to install unsigned packages from our own ad-hoc repo,
installing `apt-transport-https` makes sure we can do this (at least on
Debian Stretch).
@aerique aerique self-assigned this May 25, 2020
This is for testing in Docker images, we just want them to build.
@github-actions
Copy link

New misspellings found, please review:

  • assumeyes
  • nobest
To accept these changes, run the following commands
perl -e '
my $new_expect_file=".github/actions/spell-check/expect.txt";
open FILE, q{<}, $new_expect_file; chomp(my @words = <FILE>); close FILE;
my @add=qw('"assumeyes nobest "');
my %items; @items{@words} = @words x (1); @items{@add} = @add x (1);
@words = sort {lc($a) cmp lc($b)} keys %items;
open FILE, q{>}, $new_expect_file; for my $word (@words) { print FILE "$word\n" if $word =~ /\w/; };
close FILE;'
git add .github/actions/spell-check || echo '... you want to ensure .github/actions/spell-check/expect.txt is added to your repository...'

@pieterlexis
Copy link
Contributor

does this actually work? AFAIK, apt still refuses unsigned packages, even downloaded over https. See apt-secure(8)

@aerique
Copy link
Member Author

aerique commented May 26, 2020

does this actually work? AFAIK, apt still refuses unsigned packages, even downloaded over https. See apt-secure(8)

I needed to add this for Debian Stretch to get it to install packages from the Pulp repo.

@pieterlexis
Copy link
Contributor

I needed to add this for Debian Stretch to get it to install packages from the Pulp repo.

Hrm, we do a 301 redir to HTTPS, but those are indeed unsigned. perhaps apt does allow that.

@aerique aerique merged commit e719aae into PowerDNS:master May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants