summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Ružička <jakub.ruzicka@nic.cz>2021-05-21 04:48:27 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2023-08-22 14:59:22 +0200
commit215f7161c426975ca821f5d3c1866889287dcdbc (patch)
tree8f4c20be1b1aa3658b7960157c7d95f58ddf1f6b
parent5fb871def46c9fc0d0e02d5bf1f2c8f76c40dc30 (diff)
Distro: Add apkg compat level
This will allow compatibility on future apkg config updates.
-rw-r--r--distro/config/apkg.toml4
1 files changed, 4 insertions, 0 deletions
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