Skip to content

Commit f19b29c

Browse files
feat(registry): register rsr-julia-library-template-repo (#45)
New repo (fork of rsr-template-repo, specialised for registered Julia libraries — see hyperpolymath/rsr-julia-library-template-repo#2). - verisim/seed/repos.a2ml: new [repo.rsr-julia-library-template-repo] entry. lineage = "standalone" with parent = "rsr-template-repo" (not "derived" -- that's not a valid lineage_type per repo.vcl's ENUM; "standalone" + non-empty parent already has precedent in this file, e.g. [repo.anvomidav] parent = "nextgen-languages"). - worker/data/{repos,index}.json: matching entries, uuid 4b68a627-5811-4c73-bdad-052dfbdbbe90 (matches the repo's own CLADE.a2ml, generated fresh via `uuid4()`, not the deterministic-v5 scheme worker/data otherwise uses -- consistent with the pre-existing uuid-scheme drift already flagged in the companion G22 commit on this branch).
1 parent b96a5b0 commit f19b29c

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

verisim/seed/repos.a2ml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,15 @@ lineage = "standalone"
202202
parent = ""
203203
completion = 100
204204

205+
[repo.rsr-julia-library-template-repo]
206+
primary = "rm"
207+
secondary = ["gv"]
208+
description = "RSR template specialised for registered Julia libraries (fork of rsr-template-repo)"
209+
lineage = "standalone"
210+
parent = "rsr-template-repo"
211+
completion = 60
212+
julia = true
213+
205214
[repo.gitbot-fleet]
206215
primary = "rm"
207216
secondary = ["ax"]

worker/data/index.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"reposystem",
8484
"grim-repo",
8585
"rsr-template-repo",
86+
"rsr-julia-library-template-repo",
8687
"gitbot-fleet",
8788
"robot-vacuum-cleaner",
8889
"polysafe-gitfixer",
@@ -691,6 +692,19 @@
691692
"prefixed": "rm-rsr-template-repo",
692693
"github": "hyperpolymath/rsr-template-repo"
693694
},
695+
"rsr-julia-library-template-repo": {
696+
"name": "rsr-julia-library-template-repo",
697+
"uuid": "4b68a627-5811-4c73-bdad-052dfbdbbe90",
698+
"clade": "rm",
699+
"secondary": [
700+
"gv"
701+
],
702+
"lineage": "standalone",
703+
"parent": "rsr-template-repo",
704+
"description": "RSR template specialised for registered Julia libraries (fork of rsr-template-repo)",
705+
"prefixed": "rm-rsr-julia-library-template-repo",
706+
"github": "hyperpolymath/rsr-julia-library-template-repo"
707+
},
694708
"gitbot-fleet": {
695709
"name": "gitbot-fleet",
696710
"uuid": "f8cdb015-c230-50f2-b09c-f9e8d37646dd",

worker/data/repos.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,19 @@
263263
"prefixed": "rm-rsr-template-repo",
264264
"github": "hyperpolymath/rsr-template-repo"
265265
},
266+
{
267+
"name": "rsr-julia-library-template-repo",
268+
"uuid": "4b68a627-5811-4c73-bdad-052dfbdbbe90",
269+
"clade": "rm",
270+
"secondary": [
271+
"gv"
272+
],
273+
"lineage": "standalone",
274+
"parent": "rsr-template-repo",
275+
"description": "RSR template specialised for registered Julia libraries (fork of rsr-template-repo)",
276+
"prefixed": "rm-rsr-julia-library-template-repo",
277+
"github": "hyperpolymath/rsr-julia-library-template-repo"
278+
},
266279
{
267280
"name": "gitbot-fleet",
268281
"uuid": "f8cdb015-c230-50f2-b09c-f9e8d37646dd",

0 commit comments

Comments
 (0)