piggz 67 Posted May 8, 2020 Share Posted May 8, 2020 Hi SailfishOS community port has been updated to 3.3.0.16 and is available in the testing: repository for general use. The testing: repo is for general users, and the devel: repo for devs...the initial SailfishOS releases were made using the devel: repo so you need to switch them or install a release built from testing: If anyone needs to know how to do than then ask. Update process is as always: devel-su ssu 32 3.3.0.16 ssu ur zypper ref zypper dup 2 4 Quote Link to post Share on other sites
epninety 87 Posted May 9, 2020 Share Posted May 9, 2020 On 5/8/2020 at 7:29 PM, piggz said: The testing: repo is for general users, and the devel: repo for devs...the initial SailfishOS releases were made using the devel: repo so you need to switch them or install a release built from testing: If anyone needs to know how to do than then ask. Go on then, do tell. Quote Link to post Share on other sites
Craig 1,435 Posted May 9, 2020 Share Posted May 9, 2020 (edited) On telegram, he suggested editing /usr/share/ssu/features.d/adaptation-community.ini, change from http://repo.merproject.org/obs/nemo:/devel:/hw:/fxtec:/t5/sailfish_latest_%(arch)/ to http://repo.merproject.org/obs/nemo:/testing:/hw:/fxtec:/t5/sailfishos_%(release)/ TheKit shared a way to do it with sed, if you prefer to blindly cut/paste/execute: sed -i -e 's#^adaptation-community.*$#adaptation-community = http://repo.merproject.org/obs/nemo:/testing:/hw:/fxtec:/t5/sailfishos_%(release)/#' /usr/share/ssu/features.d/adaptation-community.ini sed -i -e 's#^adaptation-community-common.*$#adaptation-community-common = http://repo.merproject.org/obs/nemo:/testing:/hw:/common/sailfishos_%(release)/#' /usr/share/ssu/features.d/adaptation-community-common.ini Then update ssu re 3.3.0.16 && ssu ur && zypper ref && zypper dup Edited May 9, 2020 by Craig 1 Quote Link to post Share on other sites
epninety 87 Posted May 10, 2020 Share Posted May 10, 2020 (edited) Note to anyone reading Craigs post above, there is a second edit missing from the first section, which you can puzzle out easily from reading the sed commands listed. Oh and don't try commenting out the original lines in the files with a #, you'll just end up creating some invalid repos that are a bit tricky to remove again Edited May 10, 2020 by epninety Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.