Vridlo/types/Vcs

From ALT Linux Wiki
< Vridlo/types
Revision as of 13:55, 12 December 2019 by Majioa (talk | contribs) (Created page with "'''Vcs''' is structure that represents a version control system (VCS) repository, where an RPM has been building from, or stored in, and it is described as: * '''name''' is '...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Vcs is structure that represents a version control system (VCS) repository, where an RPM has been building from, or stored in, and it is described as:

  • name is string mandatory write-once
Name of the VCS repository.
  • kind is string mandatory write-once
Type of the VCS repository, can one of gear, srpm, origin.
  • uri is string mandatory write-once
Unique URI of the repository, must begins with git, or https.
  • changed_at is datetime mandatory
Datetime of the last change at the repository.
  • holder_email is string optional
Email of the VCS holder if any.