View Single Post
Posts: 188 | Thanked: 308 times | Joined on Jan 2013 @ UK
#504
I lost all my repos from Warehouse recently - not sure when as I hadn't tried an update in a little while. I'm still on 1.1.7.28.

I have manually added one or two back, but I can't remember all the ones I had. I could go through the list of apps I have installed and look them up on Openrepos, so wondered if there was a (relatively) easy way to list apps installed not via the Jolla store?

For reference, I went through the steps to try and fix this from earlier in the thread (though I hadn't manually disabled any):

Code:
zypper lr
#  | Alias             | Name              | Enabled | Refresh
---+-------------------+-------------------+---------+--------
 1 | adaptation0       | adaptation0       | Yes     | No     
 2 | adaptation1       | adaptation1       | Yes     | No     
 3 | aliendalvik       | aliendalvik       | Yes     | No     
 4 | apps              | apps              | Yes     | No     
 5 | eas               | eas               | Yes     | No     
 6 | hotfixes          | hotfixes          | Yes     | No     
 7 | jolla             | jolla             | Yes     | No     
 8 | openrepos-MartinK | openrepos-MartinK | Yes     | No     
 9 | openrepos-basil   | openrepos-basil   | Yes     | No     
10 | openrepos-coderus | openrepos-coderus | Yes     | No     
11 | openrepos-mgrover | openrepos-mgrover | Yes     | No     
12 | store             | store             | Yes     | No     
13 | xt9               | xt9               | Yes     | No     
[root@Jolla nemo]# ssu lr
Enabled repositories (global): 
 - adaptation0 ... https://store-repository.jolla.com/releases/latest/jolla-hw/adaptation-android-common/armv7hl/
 - adaptation1 ... https://store-repository.jolla.com/releases/latest/jolla-hw/adaptation-qualcomm-sbj/armv7hl/
 - aliendalvik ... https://store-repository.jolla.com/releases/latest/aliendalvik/SbJ/
 - apps        ... https://releases.jolla.com/jolla-apps/latest/armv7hl/
 - eas         ... https://store-repository.jolla.com/features/latest/eas/armv7hl/
 - hotfixes    ... https://releases.jolla.com/releases/latest/hotfixes/armv7hl/
 - jolla       ... https://releases.jolla.com/releases/latest/jolla/armv7hl/
 - xt9         ... https://store-repository.jolla.com/features/latest/xt9/armv7hl/

Enabled repositories (user): 
 - openrepos-MartinK ... http://sailfish.openrepos.net/MartinK/personal/main
 - openrepos-basil   ... http://sailfish.openrepos.net/basil/personal/main
 - openrepos-coderus ... http://sailfish.openrepos.net/coderus/personal/main
 - openrepos-mgrover ... http://sailfish.openrepos.net/mgrover/personal/main
 - store             ... https://store-repository.jolla.com/SbJ/armv7hl/?version=latest

Disabled repositories (global, might be overridden by user config): 

Disabled repositories (user): 
 - home ... 
[root@Jolla nemo]# for i in $(ssu lr 2>&1 | grep openre | cut -d" "  -f3); do  ssu er $i ; done
[root@Jolla nemo]# ssu lr
Enabled repositories (global): 
 - adaptation0 ... https://store-repository.jolla.com/releases/latest/jolla-hw/adaptation-android-common/armv7hl/
 - adaptation1 ... https://store-repository.jolla.com/releases/latest/jolla-hw/adaptation-qualcomm-sbj/armv7hl/
 - aliendalvik ... https://store-repository.jolla.com/releases/latest/aliendalvik/SbJ/
 - apps        ... https://releases.jolla.com/jolla-apps/latest/armv7hl/
 - eas         ... https://store-repository.jolla.com/features/latest/eas/armv7hl/
 - hotfixes    ... https://releases.jolla.com/releases/latest/hotfixes/armv7hl/
 - jolla       ... https://releases.jolla.com/releases/latest/jolla/armv7hl/
 - xt9         ... https://store-repository.jolla.com/features/latest/xt9/armv7hl/

Enabled repositories (user): 
 - openrepos-MartinK ... http://sailfish.openrepos.net/MartinK/personal/main
 - openrepos-basil   ... http://sailfish.openrepos.net/basil/personal/main
 - openrepos-coderus ... http://sailfish.openrepos.net/coderus/personal/main
 - openrepos-mgrover ... http://sailfish.openrepos.net/mgrover/personal/main
 - store             ... https://store-repository.jolla.com/SbJ/armv7hl/?version=latest

Disabled repositories (global, might be overridden by user config): 

Disabled repositories (user): 
 - home ...