From: Raphaƫl Gertz Date: Fri, 1 Mar 2024 15:59:29 +0000 (+0100) Subject: Add aliases, versions and relative template recipe keys X-Git-Url: https://git.rapsys.eu/recipe/commitdiff_plain/3f52d8d9ec7f7aa913bbfd40b433170d0762bc78 Add aliases, versions and relative template recipe keys --- 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" } }