Hi,
so the move to new OBS for Nemo is now complete. To take advantage of
the new repositories with your existing devices here is a quick guide
how to do so.
# First make sure you have the latest version of nemo repos installed
zypper ref
# Install ssu
zypper install nemo-ssu-repos-rnd ssu-vendor-data-nemo ssu-tools ssu
# For N900/N950/N9 install adaptation repos
zypper install nemo-ssu-repos-adaptation-common-rnd
nemo-ssu-repos-adaptation-rnd
# For x86-generic/x86-vm only common
zypper install nemo-ssu-repos-adaptation-common-rnd
# After the installation is completed you need to cleanup the
# /etc/zypper/repos.d/ directory from old repository files.
/usr/sbin/ssu-repos.sh clean
# Now refresh data from the new repositories
zypper ref
# NOTE: Some of the packages get downgrade note, which is mainly
# cause by the package revision changes. So it is safe to do the
# "downgrades".
zypper dup
That was it and now the data you get to your device is coming from the
new obs and new reposervers. After this there is also file
/etc/ssu/ssu.ini that defines some values about the repositories.
Currently most important is flavour= which is set to testing by default.
If you wish to get the latest and greatest software that haven't been
tested you can change this flavour to devel and after which you can run
zypper ref;zypper dup
More features of ssu will be taken in use when those have been tested to
be working. Stay tuned.
Regards,
Marko