Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
apt repo: allow insecure repos #1614
Conversation
kalikiana
approved these changes
Oct 13, 2017
This makes complete sense to me, considering we need consistent behavior, and this matches behavior on LTS.
Maybe log bug report to follow up on how to add keys in the future?
Yeah we need to have a discussion about it. Here's a forum post. |
sergiusens
requested changes
Oct 16, 2017
sorry to say that I am in needs fixing mode, but I would expect the default to be the sane one instead of the allow anything in one.
kalikiana
referenced this pull request
Oct 16, 2017
Merged
tests: add the slow tag for ros snapd integration test #1602
|
@sergiusens this is causing autopkgtests to fail on zesty and artful today. We need to design a key-handling solution to use the sane default. How would you like to deal with the autopkgtests? |
|
Alright we're going to skip instead. |
kyrofa commentedOct 12, 2017
•
Edited 1 time
-
kyrofa
Oct 12, 2017
./runtests.sh static?./runtests.sh unit?In Xenial this was the default behavior, which explains why Snapcraft works. However, in Zesty this behavior changed, causing breakage when using external repositories (e.g. ROS). Instead of relying on defaults, ensure the behavior is consistent across releases.
This is not a long-term fix. We should add a way to ack repository keys.