1234567891011121314151617181920212223242526272829303132333435363738 |
- version: 2019.11.7
- 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
- pre_pkginst: ''
- input_files:
- - project: container-image
- - project: python
- name: python
- target_prepend:
- - common-stretch
|