/etc/zypp/repos/*.repo documentation

I might be going blind but checked man page for zypper, and docs on github and the wiki but couldn’t find anything that documents the contents of the *.repo files. May have missed it. Pointers welcome!

You do not say if your question is about a specific openSUSE version, but this is on 13.1:

boven:~ # ls -l /etc/zypp/repos/*.repo
ls: cannot access /etc/zypp/repos/*.repo: No such file or directory
boven:~ # 

It is documented here by one of the developers:
https://en.opensuse.org/openSUSE:Standards_RepoInfo
The *.repo files use the same format as yum in Fedora:
http://linux.die.net/man/5/yum.conf
section “[repository] OPTIONS”.

Good luck!

On 2015-08-01 21:56, hcvv wrote:

I suppose it is a typpo. It should be /etc/zypp/repos.d/


Cheers / Saludos,

Carlos E. R.

(from 13.1 x86_64 “Bottle” (Minas Tirith))

That’s the badger, I knew I had to have missed it but it is hard to find. Thank you!

As to others, yes, slight typo on path but you know what I meant.

On 08/01/2015 03:56 PM, hcvv wrote:
>
> You do not say if your question is about a specific openSUSE version,
> but this is on 13.1:
>
> Code:
> --------------------
> boven:~ # ls -l /etc/zypp/repos/.repo
> ls: cannot access /etc/zypp/repos/
.repo: No such file or directory
> boven:~ #
> --------------------
>
>
There is no such directory, it should be /etc/zypp/repo.d

Ken