Hello,
today, after I upgraded the Appliance from 15.5 to 15.6, the following happens when I use the Web Interface to
check for Updates:
after that the repo file is changed back to 15.5
cat /etc/zypp/repos.d/grommunio.repo
[grommunio]
enabled=1
autorefresh=1
baseurl=https://download.grommunio.com/community/openSUSE_Leap_15.5/?ssl_verify=no
type=rpm-md
with the help of vi I set it back to 15.6:
cat /etc/zypp/repos.d/grommunio.repo
[grommunio]
enabled=1
autorefresh=1
baseurl=https://download.grommunio.com/community/openSUSE_Leap_15.6/?ssl_verify=no
type=rpm-md
If I run the update check/update/upgrade with the grommunio-update command. the repo file is not touched/modified.
For me it seems that the Web interface is utilizing a different way to perform Updates/upgrades and is always rewriting the grommunio.repo file
cheers
Matthias