From 563eaa7d304b8533b54d5ff4fdfe41e5f5f9a6cc Mon Sep 17 00:00:00 2001
From: Louis Abel <label@rockylinux.org>
Date: Tue, 11 Feb 2025 18:07:04 -0700
Subject: [PATCH] remove unused file

---
 scripts/conv-to-stable.sh | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100755 scripts/conv-to-stable.sh

diff --git a/scripts/conv-to-stable.sh b/scripts/conv-to-stable.sh
deleted file mode 100755
index ed909b4..0000000
--- a/scripts/conv-to-stable.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-x=$1
-y=$2
-
-cp comps-rocky-${x}-lh.xml.in comps-rocky-${x}.${y}.xml.in
-sed -i '/rocky-release-eula/d' comps-rocky-${x}.${y}.xml.in
-sed -i '/redhat-release-eula/d' comps-rocky-${x}.${y}.xml.in
-sed -i '/rhc-devel/d' comps-rocky-${x}.${y}.xml.in
-sed -i '/rhc/d' comps-rocky-${x}.${y}.xml.in
-sed -i '/insights-client/d' comps-rocky-${x}.${y}.xml.in
-- 
GitLab