From 3f52d8d9ec7f7aa913bbfd40b433170d0762bc78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 1 Mar 2024 16:59:29 +0100 Subject: [PATCH] Add aliases, versions and relative template recipe keys --- index.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index bd73fe2..eba82ce 100644 --- a/index.json +++ b/index.json @@ -1,4 +1,5 @@ { + "aliases": [], "recipes": { "rapsys/airbundle": [ "master" @@ -13,11 +14,13 @@ "master" ] }, + "versions": [], "branch": "master", "is_contrib": true, "_links": { "repository": "rapsys@git.rapsys.eu/recipes", "origin_template": "{package}:{version}@git.rapsys.eu/recipes:master", - "recipe_template": "https://git.rapsys.eu/recipes/blob_plain/HEAD:/{package}/{version}/manifest.json" + "recipe_template": "https://git.rapsys.eu/recipes/blob_plain/HEAD:/{package}/{version}/manifest.json", + "recipe_template_relative": "{package}/{version}/manifest.json" } } -- 2.41.1