Standards/RepoInfo

Un article de openSUSE.

image:language.png Cette page n'est pas encore traduite (ou pas complètement)

Cet article a besoin d'être traduit. Merci de participer au travail si vous en avez le temps et la compétence.
Si vous cherchez quelque chose à faire, regardez les autres Pages à traduire.


.repo files are used by some package managers to allow one click adding of repositories.

The standard consist in a INI-like file with the following keys:

[ruby]
name=Ruby is an Interpreted Object-Oriented Scripting Language (openSUSE_10.2)
type=rpm-md
baseurl=http://software.opensuse.org/download/ruby/openSUSE_10.2/
gpgcheck=1
gpgkey=http://software.opensuse.org/openSUSE-Build-Service.asc
enabled=1

The section between [] is meant to be the unique id of the repository locally, also known as alias.

'name' is a more descriptive text used in the UI.