chore: change Debian/Ubuntu instructions to use the deb822 format - #35
chore: change Debian/Ubuntu instructions to use the deb822 format#35dhs-rec wants to merge 1 commit into
Conversation
monerostar
left a comment
There was a problem hiding this comment.
Tested the filename behavior on Ubuntu 26.04 with apt 3.2.0, using a throwaway sourceparts dir so nothing real was touched.
With the stable-v2 block written to syncthing.source (singular) and the candidate block to syncthing.sources, apt only fetched the candidate channel. With syncthing.source alone, zero syncthing URIs were fetched. apt only picks up .list and .sources filenames in /etc/apt/sources.list.d, per the sources.list(5) man page.
So on modern Ubuntu the first block as written would be silently ignored, and users would get the candidate channel but not stable-v2. If Debian accepts the singular extension, that is a distro difference worth knowing. Suggest both blocks write to syncthing.sources.
|
@monerostar, that's just a typo. Will fix... |
…pository definition.

Fixes syncthing/syncthing#10495