File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
44export RLVER=10
55FROMMAIL=
" Compose Tracker <[email protected] >" 66source " /root/toolkit/sync/common"
7- python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag " dist-rocky${MAJOR} -lookahead" | grep ' \.src ' > " /tmp/unsigned_lookahead_${MAJOR} "
7+ python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag " dist-rocky${MAJOR} -lookahead" > " /tmp/unsigned_lookahead_${MAJOR} _all "
88ret_val=$?
99
1010if [ " $ret_val " -ne 0 ]; then
@@ -15,6 +15,7 @@ if [ "$ret_val" -ne 0 ]; then
1515fi
1616
1717# Assumes we got a list
18+ grep ' \.src' " /tmp/unsigned_lookahead_${MAJOR} _all" > " /tmp/unsigned_lookahead_${MAJOR} "
1819sed -i ' s/\.src//g' " /tmp/unsigned_lookahead_${MAJOR} "
1920
2021mutt -e " set from=\" $FROM \" " \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
44export RLVER=9
55FROMMAIL=
" Compose Tracker <[email protected] >" 66source " /root/toolkit/sync/common"
7- python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag " dist-rocky${MAJOR} -lookahead" | grep ' \.src ' > " /tmp/unsigned_lookahead_${MAJOR} "
7+ python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag " dist-rocky${MAJOR} -lookahead" > " /tmp/unsigned_lookahead_${MAJOR} _all "
88ret_val=$?
99
1010if [ " $ret_val " -ne 0 ]; then
@@ -15,6 +15,7 @@ if [ "$ret_val" -ne 0 ]; then
1515fi
1616
1717# Assumes we got a list
18+ grep ' \.src' " /tmp/unsigned_lookahead_${MAJOR} _all" > " /tmp/unsigned_lookahead_${MAJOR} "
1819sed -i ' s/\.src//g' " /tmp/unsigned_lookahead_${MAJOR} "
1920
2021mutt -e " set from=\" $FROM \" " \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
44export RLVER=10
55FROMMAIL=
" Compose Tracker <[email protected] >" 66source " /root/toolkit/sync/common"
7- python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag " dist-rocky${REVISION} " | grep ' \.src ' > " /tmp/unsigned_${REVISION} "
7+ python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag " dist-rocky${REVISION} " > " /tmp/unsigned_${REVISION} _all "
88ret_val=$?
99
1010if [ " $ret_val " -ne 0 ]; then
@@ -15,6 +15,7 @@ if [ "$ret_val" -ne 0 ]; then
1515fi
1616
1717# Assumes we got a list
18+ grep ' \.src' " /tmp/unsigned_${REVISION} _all" > " /tmp/unsigned_${REVISION} "
1819sed -i ' s/\.src//g' " /tmp/unsigned_${REVISION} "
1920
2021mutt -e " set from=\" $FROM \" " \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
44export RLVER=9
55FROMMAIL=
" Compose Tracker <[email protected] >" 66source " /root/toolkit/sync/common"
7- python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag " dist-rocky${REVISION} " | grep ' \.src ' > " /tmp/unsigned_${REVISION} "
7+ python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag " dist-rocky${REVISION} " > " /tmp/unsigned_${REVISION} _all "
88ret_val=$?
99
1010if [ " $ret_val " -ne 0 ]; then
@@ -15,6 +15,7 @@ if [ "$ret_val" -ne 0 ]; then
1515fi
1616
1717# Assumes we got a list
18+ grep ' \.src' " /tmp/unsigned_${REVISION} _all" > " /tmp/unsigned_${REVISION} "
1819sed -i ' s/\.src//g' " /tmp/unsigned_${REVISION} "
1920
2021mutt -e " set from=\" $FROM \" " \
You can’t perform that action at this time.
0 commit comments