3f098df428
Three example files (alpine, github, pypi) demonstrating per-remote YAML files for the conf.d directory mode.
12 lines
274 B
YAML
12 lines
274 B
YAML
remotes:
|
|
alpine:
|
|
base_url: "https://dl-cdn.alpinelinux.org"
|
|
type: "remote"
|
|
package: "alpine"
|
|
description: "Alpine Linux APK package repository"
|
|
immutable_patterns:
|
|
- ".*/x86_64/.*\\.apk$"
|
|
cache:
|
|
immutable_ttl: 0
|
|
mutable_ttl: 7200
|