Vridlo/types/Repo
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.