pungi-rocky/scripts/conv-to-stable.sh

8 lines
176 B
Bash
Raw Normal View History

2024-04-01 19:03:08 +00:00
#!/bin/bash
git branch -D r10
git checkout -b r10
sed -i "s/r10-beta/r10/g" rocky/variables.conf
git add -A
git commit -m "Set to stable"
echo "Use git push -f to push to r10"