Revision control
Copy as Markdown
Other Tools
---
schema: 1
bugzilla:
product: "Thunderbird"
component: "Build Config"
origin:
name: "botan"
description: "Cryptography Toolkit"
license: BSD-2-Clause
release: tag 3.8.1
revision: 3.8.1
license-file: license.txt
vendoring:
source-hosting: github
tracking: tag
skip-vendoring-steps:
- hg-add
- spurious-check
- update-moz-build
keep:
- botan.mozbuild
- botan_configure.py
- moz.build
- Makefile.in
exclude:
- ".*"
- ".github/**"
- "src/examples"
update-actions:
- action: replace-in-file-regex
file: '{yaml_dir}/../README.botan'
pattern: '\[tag [0-9\.]+\]'
with: '[tag {revision}]'