Vridlo/types/SourcePath: Difference between revisions

From ALT Linux Wiki
(Created page with "'''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...")
 
No edit summary
Line 5: Line 5:
*  '''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''' is ''string '''mandatory'''''
*  '''arch_slug''' is ''string '''mandatory write-once'''''
  Name of the arch. Represents the valid [[Vridlo/types/Arch|arch]] among the all arches.
  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 if presented.
  Slug of the repo. Represents the valid [[Vridlo/types/Repo|repo]] by its slugs.
*  '''assembler_slug''' is ''string '''optional'''''
*  '''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  [[Vridlo/types/Assembler|assembler]] by its slugs if presented.
  Assembler slug, which the source path belongs to. Can be blank, in case when the path is the standalone path. Represents the valid  [[Vridlo/types/Assembler|assembler]] by its slugs if presented.
*  '''relative_path''' is ''string '''optional'''''
*  '''relative_path''' is ''string '''optional'''''
  File path part relative from the assembler's path base for exporting of the source or built RPMs.
  File path part relative from the assembler's path base for exporting of the source or built RPMs.

Revision as of 19:50, 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.
  • name is string mandatory
Source path name. Is unique among the branch paths.
  • arch_slug is string mandatory write-once
Slug of the arch. Represents the valid arch among the all arches.
  • 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.