openSUSE:Slowroll

Jump to: navigation, search

What

Logo of openSUSE Slowroll

Slowroll is a new experimental distribution from 2023 based on Tumbleweed, but rolling slower. With updates every one or two months with bug fixes and CVE fixes as they come in.


Use

For initial install, you can use the DVD iso from http://download.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/base/iso/ but leave the network disabled (so it does not pull in newer Tumbleweed packages from online repos)

To use in Leap or an older Tumbleweed, replace repositories

   rm /etc/zypp/repos.d/*
   zypper ar http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/base/repo/oss/ base-oss
   zypper ar http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/base/repo/non-oss/ base-non-oss
   zypper ar -p 80 --refresh http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/standard/ update
   zypper ar --disable http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/base/repo/src-oss/ base-src-oss
   zypper ar https://codecs.opensuse.org/openh264/openSUSE_Tumbleweed/ h264
   zypper ar  -p 70 http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Slowroll/Essentials/ packman

We do not recommend using devel repos on top, unless those are specifically compiled for Slowroll. Tumbleweed might work, but might also break occasionally.

Like Tumbleweed, use zypper dup to upgrade.

Development

bmwiedemann did the design and scripting.

Development happens in https://build.opensuse.org/project/show/openSUSE:ALP:Experimental:Slowroll with the use of https://github.com/bmwiedemann/slowroll-tools

Untested packages go into https://build.opensuse.org/project/show/openSUSE:ALP:Experimental:Slowroll:Staging first and are tested by openQA (TBD)

Most updates should be submitted to Factory and will auto-migrate into Slowroll after acceptance. Be sure to mention relevant CVE-fixes and boo# references in .changes files to speed up migration. Direct submissions should only be needed for backports of urgent fixes that require updated core packages in Factory (which are too risky to update quickly)