chore: migrate AV Tools to LocalToolBox

This commit is contained in:
2026-07-27 15:50:55 +02:00
parent 0a4548851c
commit 6c68f9bfbd
20 changed files with 108 additions and 73 deletions

View File

@@ -1,17 +1,17 @@
# Source and reproducibility record
This file identifies the source corresponding to av-tools 0.2.0. It is not a
This file identifies the source corresponding to av-tools 0.2.1. It is not a
substitute for satisfying a component's licence or for delivering complete
Corresponding Source with an object-code release.
## av-tools
- Canonical repository:
`git@git.add-ideas.de:zemion/av-tools.git`
- Browser source: `https://git.add-ideas.de/zemion/av-tools`
- Version: `0.2.0`
- Release source identity: immutable annotated tag `v0.2.0`
(`refs/tags/v0.2.0`) in the canonical repository.
`git@git.add-ideas.de:lotobo/av-tools.git`
- Browser source: `https://git.add-ideas.de/lotobo/av-tools`
- Version: `0.2.1`
- Release source identity: immutable annotated tag `v0.2.1`
(`refs/tags/v0.2.1`) in the canonical repository.
- Application licence: `GPL-3.0-or-later`; full GPL version 3 terms in
`LICENSE`.
- Copyright: Copyright © 2026 Albrecht Degering.
@@ -22,10 +22,10 @@ the tag exists, is annotated, points to the reviewed release commit and is
available without authentication:
```sh
test "$(git cat-file -t v0.2.0)" = tag
git rev-parse v0.2.0^{commit}
test "$(git cat-file -t v0.2.1)" = tag
git rev-parse v0.2.1^{commit}
git ls-remote --tags \
https://git.add-ideas.de/zemion/av-tools.git refs/tags/v0.2.0
https://git.add-ideas.de/lotobo/av-tools.git refs/tags/v0.2.1
```
The Toolbox manifest names the canonical repository and SPDX licence. Publish