mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Distro: Add apkg compat level
This will allow compatibility on future apkg config updates.
This commit is contained in:
parent
5fb871def4
commit
215f7161c4
@ -6,3 +6,7 @@ make_archive_script = "tools/make-dev-archive"
|
|||||||
[upstream]
|
[upstream]
|
||||||
# needed for get-archive
|
# needed for get-archive
|
||||||
archive_url = "https://bird.network.cz/download/bird-{{ version }}.tar.gz"
|
archive_url = "https://bird.network.cz/download/bird-{{ version }}.tar.gz"
|
||||||
|
|
||||||
|
[apkg]
|
||||||
|
# apkg compat level
|
||||||
|
compat = 3
|
||||||
|
Loading…
Reference in New Issue
Block a user