]> Raphaël G. Git Repositories - recipe/commitdiff
Add bundle aliases
authorRaphaël Gertz <git@rapsys.eu>
Sat, 12 Oct 2024 22:22:32 +0000 (00:22 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sat, 12 Oct 2024 22:22:32 +0000 (00:22 +0200)
Use version 1.0 instead of master

index.json
rapsys/airbundle/1.0/manifest.json [moved from rapsys/airbundle/master/manifest.json with 100% similarity]
rapsys/packbundle/1.0/manifest.json [moved from rapsys/packbundle/master/manifest.json with 100% similarity]
rapsys/userbundle/1.0/manifest.json [moved from rapsys/userbundle/master/manifest.json with 100% similarity]

index eba82cec506af582f93e3d9049e1695f8faae11b..b14052b975d5123ca836b851bdcb3c43b07318c1 100644 (file)
@@ -1,17 +1,26 @@
 {
-       "aliases": [],
+       "aliases": [
+               "rapsysair": "rapsys/airbundle",
+               "rapsysblog": "rapsys/blogbundle",
+               "rapsyspack": "rapsys/packbundle",
+               "rapsystree": "rapsys/treebundle",
+               "rapsysuser": "rapsys/userbundle"
+       ],
        "recipes": {
                "rapsys/airbundle": [
-                       "master"
+                       "1.0"
                ],
                "rapsys/blogbundle": [
-                       "master"
+                       "1.0"
                ],
                "rapsys/packbundle": [
-                       "master"
+                       "1.0"
+               ],
+               "rapsys/treebundle": [
+                       "1.0"
                ],
                "rapsys/userbundle": [
-                       "master"
+                       "1.0"
                ]
        },
        "versions": [],