-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Add to new source format and the mandatory signed-by #239390
base: main
Are you sure you want to change the base?
Conversation
|
Your method uses the In fact, even Debian and Ubuntu versions that are not EOL now support DEB822 sources, so perhaps there's no need for the check. You also need to modify the |
A digression: If possible, squash your formatting changes into the earlier commits. The current commit history doesn't look very clean. 👀 |
I have not bisected this what is the starting point of this notification? In my experience It seems to me very connected to modernize introduction. |
The missing
Do you think this is right? |
I suppose it was introduced since APT 1.1 |
I will wait for the vscode team's official feedback about what kind of behaviour we want to adopt. |
You did not change the gpg key location or embed it in the sources file as I mentioned. |
Cause I think this will require to handle also the removal case of the existing key. So I think this could be introduced eventually in another PR. |
fixes #238697