Vridlo/types/Repo

From ALT Linux Wiki
< Vridlo/types
Revision as of 14:40, 10 December 2019 by Majioa (talk | contribs) (Created page with "'''Repo''' is read-only structure that represents Repo model, which imply a repository to store RPM packages. It is described as: * '''slug''' is ''stri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Repo is read-only structure that represents Repo model, which imply a repository to store RPM packages. It is described as:

  • slug is string mandatory write-once
Slug of the repository. Can contain only letters, digits, underscores, and dots. Is unique per system.
  • name is string mandatory
Repository name. Is unique among the repos.
  • relative_path is string optional
File path part relative from the assembler's path base for exporting of the source or built RPMs.