[SOLVED] Configuring a repository

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
TomTom
Messages: 79
Registration: May 25, 2018 - 3:43 p.m.

November 21, 2019 - 4:19 PM

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
Last edited by TomTom on Dec 11, 2019 - 2:34 PM, edited 1 time.
WAPT version: 2.6.0.17392 (Enterprise Edition)
Server OS: Debian 12 "Bookworm"
Administration/package creation machine OS: Windows 11 24h2
User avatar
agauvrit
WAPT Expert
Messages: 238
Registration: Nov 17, 2016 - 10:25
Location: Nantes
Contact :

November 22, 2019 - 09:43

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
TomTom
Messages: 79
Registration: May 25, 2018 - 3:43 p.m.

November 25, 2019 - 10:41

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.
WAPT version: 2.6.0.17392 (Enterprise Edition)
Server OS: Debian 12 "Bookworm"
Administration/package creation machine OS: Windows 11 24h2
Locked