Skip to content

Commit 351ba56

Browse files
committed
no lookahead tag in isolation
1 parent 04bdf71 commit 351ba56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-${MAJOR} --tag "dist-rocky${MAJOR}-lookahead" > "/tmp/unsigned_lookahead_${MAJOR}_all"
7+
python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag "dist-rocky${MAJOR}-lookahead-build" > "/tmp/unsigned_lookahead_${MAJOR}_all"
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-${MAJOR} --tag "dist-rocky${MAJOR}-lookahead" > "/tmp/unsigned_lookahead_${MAJOR}_all"
7+
python3 /root/toolkit/mangle/koji/unsigned.py --key rocky-linux-${MAJOR} --tag "dist-rocky${MAJOR}-lookahead-build" > "/tmp/unsigned_lookahead_${MAJOR}_all"
88
ret_val=$?
99

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

0 commit comments

Comments
 (0)