7
0
mirror of https://git.rockylinux.org/rocky/comps.git synced 2024-06-01 07:40:15 +00:00
comps/conv-to-stable.sh
2022-06-22 08:13:13 -07:00

10 lines
251 B
Bash
Executable File

#!/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 '/rhc-devel/d' comps-rocky-${x}.${y}.xml.in
sed -i '/insights-client/d' comps-rocky-${x}.${y}.xml.in