File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
33FROMMAIL=" Compose Tracker <releng@rockylinux.org>"
44export RLVER=10
5+ export RLREL=beta
56source " /root/toolkit/sync/common"
67rm -rf /etc/pungi-beta-${MAJOR}
78git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${RLVER} s /etc/pungi-beta-${MAJOR}
Original file line number Diff line number Diff line change 22PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
33FROMMAIL=" Compose Tracker <releng@rockylinux.org>"
44export RLVER=9
5+ export RLREL=beta
56source " /root/toolkit/sync/common"
67rm -rf /etc/pungi-beta-${MAJOR}
7- git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${RLVER} s /etc/pungi-beta-${MAJOR}
8+ git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${REVISION} /etc/pungi-beta-${MAJOR}
89ret_val=$?
910if [ " $ret_val " -ne 0 ]; then
1011 echo " Git pull failed for beta pungi config" | mutt -e " set from=\" $FROMMAIL \" " \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
33FROMMAIL=" Compose Tracker <releng@rockylinux.org>"
44export RLVER=10
55source " /root/toolkit/sync/common"
6- rm -rf /etc/pungi-prod-10
6+ rm -rf /etc/pungi-prod-${MAJOR}
77git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${REVISION} /etc/pungi-prod-${MAJOR}
88ret_val=$?
99if [ " $ret_val " -ne 0 ]; then
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
33FROMMAIL=" Compose Tracker <releng@rockylinux.org>"
44export RLVER=9
55source " /root/toolkit/sync/common"
6- rm -rf /etc/pungi-prod-9
6+ rm -rf /etc/pungi-prod-${MAJOR}
77git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${REVISION} /etc/pungi-prod-${MAJOR}
88ret_val=$?
99if [ " $ret_val " -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments