Skip to content

Commit 1a549e4

Browse files
committed
fix key names
1 parent 30d7c28 commit 1a549e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cron/lookahead-find-unsigned-10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
44
export RLVER=10
55
FROMMAIL="Compose Tracker <[email protected]>"
66
source "/root/toolkit/sync/common"
7-
python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-9 --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" | grep '\.src' > "/tmp/unsigned_lookahead_${MAJOR}"
88
ret_val=$?
99

1010
if [ "$ret_val" -ne 0 ]; then

cron/lookahead-find-unsigned-9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
44
export RLVER=9
55
FROMMAIL="Compose Tracker <[email protected]>"
66
source "/root/toolkit/sync/common"
7-
python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-9 --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" | grep '\.src' > "/tmp/unsigned_lookahead_${MAJOR}"
88
ret_val=$?
99

1010
if [ "$ret_val" -ne 0 ]; then

cron/stable-find-unsigned-10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
44
export RLVER=10
55
FROMMAIL="Compose Tracker <[email protected]>"
66
source "/root/toolkit/sync/common"
7-
python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-9 --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}" | grep '\.src' > "/tmp/unsigned_${REVISION}"
88
ret_val=$?
99

1010
if [ "$ret_val" -ne 0 ]; then

cron/stable-find-unsigned-9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
44
export RLVER=9
55
FROMMAIL="Compose Tracker <[email protected]>"
66
source "/root/toolkit/sync/common"
7-
python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-9 --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}" | grep '\.src' > "/tmp/unsigned_${REVISION}"
88
ret_val=$?
99

1010
if [ "$ret_val" -ne 0 ]; then

0 commit comments

Comments
 (0)