Hi @arkadi,
When running yunohost --version
, I get an output quite similar to yours:
yunohost:
repo: testing
version: 11.1.0.2
yunohost-admin:
repo: testing
version: 11.1.0.2
moulinette:
repo: stable
version: 11.0.9
ssowat:
repo: stable
version: 11.0.11
Btw. the content of /etc/apt/sources.list
also suggests that I am on stable:
deb http://deb.debian.org/debian bullseye main
deb-src http://deb.debian.org/debian bullseye main
deb http://security.debian.org/debian-security bullseye-security main
deb-src http://security.debian.org/debian-security bullseye-security main
deb http://deb.debian.org/debian bullseye-updates main
deb-src http://deb.debian.org/debian bullseye-updates main
#deb http://deb.debian.org/debian bullseye-backports main
#deb-src http://deb.debian.org/debian bullseye-backports main
as well as the content of /etc/apt/sources.list.d/yunohost.list
:
deb http://forge.yunohost.org/debian/ bullseye stable
I have to admit that I am a bit lost with what is set where I am also wondering if there is a way to put everything back to stable. Following the discussion in Yunohost 11.1 spooky testing, I wonder if a full switch to testing and then a manual change of keyword is the answer. Do you know more than I do or have a resource you could point me towards?