Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
conv-to-stable.sh 251 B
#!/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