mendix / m2ee-tools

m2ee, the Mendix runtime helper tools for GNU/Linux
Other
27 stars 40 forks source link

apt-key deprecated #68

Open reinouts opened 1 year ago

reinouts commented 1 year ago

According to the documentation the signing key has to be added as follows:

root@mx-precision-5570:/home/reinout# wget -q -O - https://packages.mendix.com/mendix-debian-archive-key.asc | apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

As you can see it complains that apt-key method is deprecated. Expectation is that the documentation follows the officially supported method.

hevisko commented 1 year ago

the latest packaging of m2ee-tools on Debian 11/DEvuan 4 is ... lacking to say the least ;(

hevisko commented 1 year ago

@knorrie is there any plans to update these m2ee packages? or is the plans to only support containers in future?