Page 1 of 1

[SOLVED] Configuring a repository

Published: November 21, 2019 - 4:19 PM
by TomTom
Good morning,

I am trying unsuccessfully to build a repository for a remote agency on a Debian 9 system, following the procedure described in your documentation:

https://www.wapt.fr/fr/doc/wapt-replica ... index.html

However, it's impossible to use when I add the source and update via apt; here's the output:

Code: Select all

W: The repository 'http://wapt.tranquil.it/debian ./ Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Is there an up-to-date revision of the documentation for version 1.7?

Thanks in advance.
Thomas

Re: Configuring a repository

Published: November 22, 2019 - 09:43
by agauvrit
Good morning,

Indeed, the procedure has changed; the commands to use are

Code: Select all

apt-get install apt-transport-https lsb-release gnupg
wget -O - https://wapt.tranquil.it/debian/tiswapt-pub.gpg  | apt-key add -
echo "deb https://wapt.tranquil.it/debian/wapt-1.7/ $(lsb_release -c -s) main" > /etc/apt/sources.list.d/wapt.list
The current replication mode based on Syncthing will be switched to real-time operation; as soon as it is ready, we will let you know on the Forum and the mailing list.

A preview is available here: https://youtu.be/Ipr3s7e5H00?t=956

Sincerely,

Alexander

Re: Configuring a repository

Published: November 25, 2019 - 10:41
by TomTom
Hello Alexandre, and thank you for your reply.

I just watched the webinar, and indeed, this repository solution managed by Linux agents seems very promising!

Do you have a date for the implementation of this feature?
Since I plan to update my remote machines, it would be a good idea to kill two birds with one stone...

Thank you.