diff --git a/verisim/seed/repos.a2ml b/verisim/seed/repos.a2ml index 158038d..c5c9cde 100644 --- a/verisim/seed/repos.a2ml +++ b/verisim/seed/repos.a2ml @@ -202,6 +202,15 @@ lineage = "standalone" parent = "" completion = 100 +[repo.rsr-julia-library-template-repo] +primary = "rm" +secondary = ["gv"] +description = "RSR template specialised for registered Julia libraries (fork of rsr-template-repo)" +lineage = "standalone" +parent = "rsr-template-repo" +completion = 60 +julia = true + [repo.gitbot-fleet] primary = "rm" secondary = ["ax"] diff --git a/worker/data/index.json b/worker/data/index.json index a16a242..f0758f0 100644 --- a/worker/data/index.json +++ b/worker/data/index.json @@ -83,6 +83,7 @@ "reposystem", "grim-repo", "rsr-template-repo", + "rsr-julia-library-template-repo", "gitbot-fleet", "robot-vacuum-cleaner", "polysafe-gitfixer", @@ -691,6 +692,19 @@ "prefixed": "rm-rsr-template-repo", "github": "hyperpolymath/rsr-template-repo" }, + "rsr-julia-library-template-repo": { + "name": "rsr-julia-library-template-repo", + "uuid": "4b68a627-5811-4c73-bdad-052dfbdbbe90", + "clade": "rm", + "secondary": [ + "gv" + ], + "lineage": "standalone", + "parent": "rsr-template-repo", + "description": "RSR template specialised for registered Julia libraries (fork of rsr-template-repo)", + "prefixed": "rm-rsr-julia-library-template-repo", + "github": "hyperpolymath/rsr-julia-library-template-repo" + }, "gitbot-fleet": { "name": "gitbot-fleet", "uuid": "f8cdb015-c230-50f2-b09c-f9e8d37646dd", diff --git a/worker/data/repos.json b/worker/data/repos.json index 2ccce35..4040287 100644 --- a/worker/data/repos.json +++ b/worker/data/repos.json @@ -263,6 +263,19 @@ "prefixed": "rm-rsr-template-repo", "github": "hyperpolymath/rsr-template-repo" }, + { + "name": "rsr-julia-library-template-repo", + "uuid": "4b68a627-5811-4c73-bdad-052dfbdbbe90", + "clade": "rm", + "secondary": [ + "gv" + ], + "lineage": "standalone", + "parent": "rsr-template-repo", + "description": "RSR template specialised for registered Julia libraries (fork of rsr-template-repo)", + "prefixed": "rm-rsr-julia-library-template-repo", + "github": "hyperpolymath/rsr-julia-library-template-repo" + }, { "name": "gitbot-fleet", "uuid": "f8cdb015-c230-50f2-b09c-f9e8d37646dd",