Vridlo/types/Assembler: Difference between revisions

From ALT Linux Wiki
(Created page with "'''Assembler''' is read-only structure that represents RPM assembler model. It is described as: * '''slug''' is ''string '''mandatory write-once''''' Unique internal identif...")
 
No edit summary
Line 13: Line 13:
  Internal export path base. The path base can be appended to ftp path for the assembler, and prepended to specific arch suffix in order, to read the RPM packages.
  Internal export path base. The path base can be appended to ftp path for the assembler, and prepended to specific arch suffix in order, to read the RPM packages.


* '''source_path_count''' is ''string '''read-only'''''
* '''source_path_count''' is ''string '''mandatory read-only'''''
  Count of held [[Vridlo/types/SourcePath|RPM source paths]] in the assembler.
  Count of held [[Vridlo/types/SourcePath|RPM source paths]] in the assembler.

Revision as of 09:30, 12 December 2019

Assembler is read-only structure that represents RPM assembler model. It is described as:

  • slug is string mandatory write-once
Unique internal identifier of the file representing by a string. Can contain only letters and underscores.
  • name is string optional
Name of the assembler.
  • host is string optional
Host URI of of the assembler.
  • export_path_base is string optional
Internal export path base. The path base can be appended to ftp path for the assembler, and prepended to specific arch suffix in order, to read the RPM packages.
  • source_path_count is string mandatory read-only
Count of held RPM source paths in the assembler.