20 lines
449 B
YAML
20 lines
449 B
YAML
# Quirks configuration for package-specific workarounds
|
|
# This file defines package-specific quirks that are applied during pull and deb operations
|
|
|
|
quirks:
|
|
|
|
# Add more packages and their quirks as needed
|
|
# example-package:
|
|
# pull:
|
|
# method: archive
|
|
# deb:
|
|
# extra_dependencies:
|
|
# - another-dependency
|
|
# parameters:
|
|
# key: value
|
|
|
|
linux-riscv:
|
|
deb:
|
|
package_directory:
|
|
- linux-main
|