12345678910111213141516171819202122232425262728293031323334353637 |
- version: 2019.6.27
- git_url: https://git.torproject.org/https-everywhere.git
- git_hash: '[% c("version") %]'
- git_submodule: 1
- gpg_keyring: https-everywhere.gpg
- tag_gpg_id: 1
- filename: "[% project %]-[% c('version') %]-[% c('var/build_id') %].xpi"
- var:
-
-
-
-
-
-
-
-
- container:
- use_container: 1
- suite: stretch
- arch: amd64
- deps:
- - git
- - libxslt1.1
- - libxml2-utils
- - sqlite3
- - rsync
- - zip
- - unzip
- input_files:
- - project: container-image
- - project: python
- name: python
- target_prepend:
- - common-stretch
|