From 215f7161c426975ca821f5d3c1866889287dcdbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ru=C5=BEi=C4=8Dka?= Date: Fri, 21 May 2021 04:48:27 +0200 Subject: [PATCH] Distro: Add apkg compat level This will allow compatibility on future apkg config updates. --- distro/config/apkg.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distro/config/apkg.toml b/distro/config/apkg.toml index c70306d6..73a79a3b 100644 --- a/distro/config/apkg.toml +++ b/distro/config/apkg.toml @@ -6,3 +6,7 @@ make_archive_script = "tools/make-dev-archive" [upstream] # needed for get-archive archive_url = "https://bird.network.cz/download/bird-{{ version }}.tar.gz" + +[apkg] +# apkg compat level +compat = 3