config 701 B

1234567891011121314151617181920212223
  1. # vim: filetype=yaml sw=2
  2. version: 2019.3.9
  3. filename: "[% project %]-[% c('version') %]-[% c('var/build_id') %].tar.gz"
  4. var:
  5. container:
  6. use_container: 1
  7. only_top_10_issuers: 0
  8. targets:
  9. only_top_10_issuers:
  10. var:
  11. only_top_10_issuers: 1
  12. input_files:
  13. - project: container-image
  14. - project: python
  15. name: python
  16. - URL: https://files.pythonhosted.org/packages/source/c/certifi/certifi-[% c("version") %].tar.gz
  17. sha256sum: b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae
  18. # TODO: This package uses GPG sigs; we should switch from SHA256 hash to GPG verification.
  19. - filename: roots_of_top_10_issuers.pem
  20. enable: '[% c("var/only_top_10_issuers") %]'