зеркало из https://github.com/mozilla/gecko-dev.git
54 строки
1.4 KiB
YAML
54 строки
1.4 KiB
YAML
# Version of this schema
|
|
schema: 1
|
|
|
|
bugzilla:
|
|
# Bugzilla product and component for this directory and subdirectories
|
|
product: Core
|
|
component: "ImageLib"
|
|
|
|
# Document the source of externally hosted code
|
|
origin:
|
|
|
|
# Short name of the package/library
|
|
name: jpeg-xl
|
|
|
|
description: JPEG XL image format reference implementation
|
|
|
|
# Full URL for the package's homepage/etc
|
|
# Usually different from repository url
|
|
url: https://gitlab.com/wg1/jpeg-xl
|
|
|
|
# Human-readable identifier for this version/release
|
|
# Generally "version NNN", "tag SSS", "bookmark SSS"
|
|
release: commit bdde644b94c125a15e532b2572b96306371a7d4e (2021-05-25T19:02:18.000+02:00).
|
|
|
|
# Revision to pull in
|
|
# Must be a long or short commit SHA (long preferred)
|
|
# NOTE(krosylight): Update highway together when updating this!
|
|
revision: bdde644b94c125a15e532b2572b96306371a7d4e
|
|
|
|
# The package's license, where possible using the mnemonic from
|
|
# https://spdx.org/licenses/
|
|
# Multiple licenses can be specified (as a YAML list)
|
|
# A "LICENSE" file must exist containing the full license text
|
|
license: Apache-2.0
|
|
|
|
license-file: LICENSE
|
|
|
|
updatebot:
|
|
maintainer-phab: saschanaz
|
|
maintainer-bz: krosylight@mozilla.com
|
|
tasks:
|
|
- type: vendoring
|
|
enabled: False
|
|
|
|
vendoring:
|
|
url: https://gitlab.com/wg1/jpeg-xl.git
|
|
source-hosting: gitlab
|
|
vendor-directory: third_party/jpeg-xl
|
|
|
|
exclude:
|
|
- doc/
|
|
- third_party/testdata/
|
|
- tools/
|