Skip to content

Commit

Permalink
update lilac-yaml-schema.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 11, 2023
1 parent 6fae95a commit b20f6c3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion lilac-yaml-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,20 @@ properties:
description: Time limit in hours. The build will be aborted if it doesn't finish in time. Default is one hour.
type: number
repo_depends:
description: Packages in the repo to be built and installed before building the current package.
description: Packages in the repo that are direct dependencies of the current package.
type: array
items:
anyOf:
- type: string
description: Package (directory) name
- type: object
description: Package base (directory) as key and package name as value
minProperties: 1
maxProperties: 1
additionalProperties:
type: string
repo_makedepends:
description: Packages in the repo that are in makedepends or checkdepends of the current package.
type: array
items:
anyOf:
Expand Down

0 comments on commit b20f6c3

Please sign in to comment.