View Single Post
Posts: 188 | Thanked: 308 times | Joined on Jan 2013 @ UK
#506
Originally Posted by Custodian View Post
Warehouse uses 'ssu' for maintaining openrepos repositories, because this is the only official way to work with repositories.
If ssu utility decides to reset its state, so be it: all corresponding repository information will be lost.

Package kit does not provide information about repositories, but zypper does.
You can get source repository with command
Code:
zypper pa -i | grep ^i | grep openrepos
Unfortunately, if package cache has been reset, source repository information also could be lost (reseted to default).
Thanks for that, I've started it running, and it seems to be taking a long time (or hung). I'll see what it comes back with. If nothing comes back, I'll probably go through all my applications anyway as I think one or two haven't been opened since they were installed.

Just a note though, the zypper command needs the option before the command:

Code:
zypper -v pa | grep openrepos
EDIT: I hadn't spotted that you'd changed the command when replying.