From: Jakub Ružička Date: Fri, 21 May 2021 02:48:27 +0000 (+0200) Subject: Add apkg compat level X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6cd99e65bba39f46c64fc02edb0579974dd33b2;p=thirdparty%2Fbird.git Add apkg compat level This will allow compatibility on future apkg config updates. --- diff --git a/distro/config/apkg.toml b/distro/config/apkg.toml index c70306d6f..73a79a3be 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