From 2d946b27615011901ec120eae571d2159aa44094 Mon Sep 17 00:00:00 2001 From: pdancak Date: Wed, 19 Mar 2025 17:14:51 +0100 Subject: [PATCH] adding plans for modules --- plans/modules.fmf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plans/modules.fmf diff --git a/plans/modules.fmf b/plans/modules.fmf new file mode 100644 index 0000000..254bebb --- /dev/null +++ b/plans/modules.fmf @@ -0,0 +1,17 @@ +/postgresql15-internal: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/rpms/libpq.git + name: /plans/tier1/rhel + ref: c9s + environment: + PSQL: ':15' + +/postgresql15-public: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/rpms/libpq.git + name: /plans/tier1/centos + ref: c9s + environment: + PSQL: ':15'