mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-05 08:31:53 +00:00
Add apkg compat level
This will allow compatibility on future apkg config updates.
This commit is contained in:
parent
548bba95f2
commit
b6cd99e65b
@ -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