Vridlo/types/SourcePath: Difference between revisions

From ALT Linux Wiki
No edit summary
No edit summary
Line 3: Line 3:
*  '''slug''' is ''string '''mandatory write-once'''''
*  '''slug''' is ''string '''mandatory write-once'''''
  Slug of the source path. Can contain only letters and underscores. Is unique per system.
  Slug of the source path. Can contain only letters and underscores. Is unique per system.
*  '''arch_slug''' is ''string '''mandatory write-once'''''
Slug of the arch. Represents the valid [[Vridlo/types/Arch|arch]] among the all arches.
*  '''name''' is ''string '''mandatory'''''
*  '''name''' is ''string '''mandatory'''''
  Source path name. Is unique among the branch paths.
  Source path name. Is unique among the branch paths.
*  '''arch_slug''' is ''string '''mandatory write-once'''''
Slug of the arch. Represents the valid [[Vridlo/types/Arch|arch]] among the all arches.
*  '''repo_slug''' is ''string '''mandatory'''''
*  '''repo_slug''' is ''string '''mandatory'''''
  Slug of the repo. Represents the valid [[Vridlo/types/Repo|repo]] by its slugs.
  Slug of the repo. Represents the valid [[Vridlo/types/Repo|repo]] by its slugs.

Revision as of 19:51, 4 December 2019

SourcePath is read-only structure that represents Source Path model. It is described as:

  • slug is string mandatory write-once
Slug of the source path. Can contain only letters and underscores. Is unique per system.
  • arch_slug is string mandatory write-once
Slug of the arch. Represents the valid arch among the all arches.
  • name is string mandatory
Source path name. Is unique among the branch paths.
  • repo_slug is string mandatory
Slug of the repo. Represents the valid repo by its slugs.
  • assembler_slug is string optional
Assembler slug, which the source path belongs to. Can be blank, in case when the path is the standalone path. Represents the valid  assembler by its slugs if presented.
  • relative_path is string optional
File path part relative from the assembler's path base for exporting of the source or built RPMs.