Vridlo/types/RpmName: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''RpmName''' is | '''RpmName''' is a '''''stuff''''' structure that represents RPM file name model, which binds [[Vridlo/types/Rpm|RPM file containment data]] and [[Vridlo/types/SourcePath|SourcePath]]. It is described as: | ||
* '''filename''' is ''string '''mandatory read-only''''' | * '''filename''' is ''string '''mandatory read-only''''' | ||
File name of the rpm in the specified source path. | File name of the rpm in the specified source path. | ||
* '''obsoleted_at''' is ''string '''mandatory read-only''''' | * '''obsoleted_at''' is ''string '''mandatory read-only''''' | ||
Obsolete time of RPM, so when it is presented, file no more exists in the branch path. | Obsolete time of RPM, so when it is presented, file no more exists in the branch path. | ||
* '''source_path_slug''' is ''string '''mandatory read-only''''' | * '''source_path_slug''' is ''string '''mandatory read-only''''' | ||
''[[Vridlo/types/SourcePath|Source path]] slug, which the mirror belongs to. | ''[[Vridlo/types/SourcePath|Source path]] slug, which the mirror belongs to. | ||
* '''rpm_slug''' is ''string '''mandatory read-only''''' | * '''rpm_slug''' is ''string '''mandatory read-only''''' | ||
Slug of the [[Vridlo/types/Rpm|RPM file containment]] structure, which the file name belongs to. | Slug of the [[Vridlo/types/Rpm|RPM file containment]] structure, which the file name belongs to. |
Revision as of 16:56, 16 December 2019
RpmName is a stuff structure that represents RPM file name model, which binds RPM file containment data and SourcePath. It is described as:
- filename is string mandatory read-only
File name of the rpm in the specified source path.
- obsoleted_at is string mandatory read-only
Obsolete time of RPM, so when it is presented, file no more exists in the branch path.
- source_path_slug is string mandatory read-only
Source path slug, which the mirror belongs to.
- rpm_slug is string mandatory read-only
Slug of the RPM file containment structure, which the file name belongs to.