Vridlo/types/Exercise

From ALT Linux Wiki
< Vridlo/types
Revision as of 22:35, 11 December 2019 by Majioa (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 read-only
Count of held RPM source paths in the assembler.
   t.integer "no", null: false, comment: "Число задачи в задании"
   t.string "kind", null: false, comment: "Вид задания"
   t.string "pkgname", null: false, comment: "Имя пакета для задания"
   t.string "resource", comment: "Имя исходного сбора или ресурс исходников для задания"
   t.string "sha", comment: "Хеш соборочный для задания"
   t.string "committer_slug", null: false, comment: "Автор воплета задания"
   t.bigint "task_id", null: false, comment: "Ссылка на задачу"
   t.string "approver_slugs", null: false, comment: "Ссылка на заверщика задания"