From 9c3ee4280c5e3c96808fac24cc8ab7e1f8ddac53 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Wed, 24 Jan 2024 03:09:08 -0800 Subject: [PATCH 1/3] terra: Add Terra rawhide --- repos.d/rpm/terra.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/repos.d/rpm/terra.yaml b/repos.d/rpm/terra.yaml index 3e2b1e1d5..3a401fd3a 100644 --- a/repos.d/rpm/terra.yaml +++ b/repos.d/rpm/terra.yaml @@ -56,3 +56,4 @@ {{ terra(37, 500) }} {{ terra(38, 500) }} {{ terra(39, 500) }} +{{ terra(rawhide, 500) }} From b05a6679d83e30248860834d46ba98b04ac43a8a Mon Sep 17 00:00:00 2001 From: lleyton Date: Wed, 24 Jan 2024 18:14:15 -0800 Subject: [PATCH 2/3] fix: quote Terra rawhide string literal --- repos.d/rpm/terra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos.d/rpm/terra.yaml b/repos.d/rpm/terra.yaml index 3a401fd3a..89786554f 100644 --- a/repos.d/rpm/terra.yaml +++ b/repos.d/rpm/terra.yaml @@ -56,4 +56,4 @@ {{ terra(37, 500) }} {{ terra(38, 500) }} {{ terra(39, 500) }} -{{ terra(rawhide, 500) }} +{{ terra('rawhide', 500) }} From 91c0bee36636187c390c1604b06b99e37a1e7610 Mon Sep 17 00:00:00 2001 From: lleyton Date: Mon, 26 Feb 2024 13:03:40 -0800 Subject: [PATCH 3/3] feat: add Terra 40 repo --- repos.d/rpm/terra.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/repos.d/rpm/terra.yaml b/repos.d/rpm/terra.yaml index 89786554f..a8129debd 100644 --- a/repos.d/rpm/terra.yaml +++ b/repos.d/rpm/terra.yaml @@ -56,4 +56,5 @@ {{ terra(37, 500) }} {{ terra(38, 500) }} {{ terra(39, 500) }} +{{ terra(40, 500) }} {{ terra('rawhide', 500) }}