mirror of
https://github.com/namecoin/ncdns-repro
synced 2024-11-13 19:12:01 +00:00
23 lines
701 B
YAML
23 lines
701 B
YAML
# vim: filetype=yaml sw=2
|
|
version: 2019.3.9
|
|
filename: "[% project %]-[% c('version') %]-[% c('var/build_id') %].tar.gz"
|
|
var:
|
|
container:
|
|
use_container: 1
|
|
only_top_10_issuers: 0
|
|
|
|
targets:
|
|
only_top_10_issuers:
|
|
var:
|
|
only_top_10_issuers: 1
|
|
|
|
input_files:
|
|
- project: container-image
|
|
- project: python
|
|
name: python
|
|
- URL: https://files.pythonhosted.org/packages/source/c/certifi/certifi-[% c("version") %].tar.gz
|
|
sha256sum: b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae
|
|
# TODO: This package uses GPG sigs; we should switch from SHA256 hash to GPG verification.
|
|
- filename: roots_of_top_10_issuers.pem
|
|
enable: '[% c("var/only_top_10_issuers") %]'
|