Skip to content
Snippets Groups Projects

flatdeb-builder: Fix test by not hardcoding the release name

2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -3,8 +3,8 @@ can_merge_usr: true
has_automatic_dbgsym: true
strip_source_version_suffix: bv20\d\d.*b\d+|b\w\d+
sources:
- label: apertis-target
apt_uri: 'https://repositories.apertis.org/apertis/'
- label: %DISTRO%-target
apt_uri: '%MIRROR%'
apt_components:
- target
...
Loading