Syncthing package has wrong argument "release" in apt list that preventing syncthing upgradeGPG

Si tenéis configurado el repositorio de Syncthing en vuestra máquina y estáis viendo que se producen errores como los siguientes al realizar un apt update:

W: Skipping acquire of configured file 'release/binary-amd64/Packages' as repository 'https://apt.syncthing.net syncthing InRelease' doesn't have the component 'release' (component misspelt in sources.list?)                              
W: Skipping acquire of configured file 'release/i18n/Translation-en' as repository 'https://apt.syncthing.net syncthing InRelease' doesn't have the component 'release' (component misspelt in sources.list?)                               
W: Skipping acquire of configured file 'release/i18n/Translation-en_US' as repository 'https://apt.syncthing.net syncthing InRelease' doesn't have the component 'release' (component misspelt in sources.list?)

Es porque cambiaron 'release' por 'stable' en las fuentes del repositorio.

Para solucionar el problema, lo único que tenéis que hacer es editar vuestro fichero de configuración de fuentes de Syncthing /etc/apt/sources.list.d/syncthing.list y cambiar la línea que dice:

deb http://apt.syncthing.net/ syncthing release

Por:

deb https://apt.syncthing.net/ syncthing stable

Nada más.

Be the first to comment