Skip to content

Commit 290627e

Browse files
committed
refine messages
1 parent 7b09c0a commit 290627e

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

cron/beta-10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ fi
2828

2929
if [ "$sync_val" -eq 0 ]; then
3030
DATE="$(date +%Y%m%d%H%M%S)"
31-
test -f /root/bin/compose_message_mm && bash /root/bin/compose_message_mm "Compose for ${REVISION} BETA has been synced to staging ($DATE)"
31+
test -f /root/bin/compose_message_mm && bash /root/bin/compose_message_mm testing "Compose for ${REVISION} BETA has been synced to staging ($DATE). See the [changelogs](https://kojidev.rockylinux.org/kojifiles/compose/logs)."
3232
fi

cron/beta-9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ fi
2828

2929
if [ "$sync_val" -eq 0 ]; then
3030
DATE="$(date +%Y%m%d%H%M%S)"
31-
test -f /root/bin/compose_message_mm && bash /root/bin/compose_message_mm "Compose for ${REVISION} BETA has been synced to staging ($DATE)"
31+
test -f /root/bin/compose_message_mm && bash /root/bin/compose_message_mm testing "Compose for ${REVISION} BETA has been synced to staging ($DATE). See the [changelogs](https://kojidev.rockylinux.org/kojifiles/compose/logs)."
3232
fi

cron/lookahead-10

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
33
FROMMAIL="Compose Tracker <releng@rockylinux.org>"
44
export RLVER=10
5+
export RLREL=lh
56
source "/root/toolkit/sync/common"
67
rm -rf /etc/pungi-lh-${MAJOR}
78
git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${RLVER}s /etc/pungi-lh-${MAJOR}
@@ -27,5 +28,5 @@ fi
2728

2829
if [ "$sync_val" -eq 0 ]; then
2930
DATE="$(date +%Y%m%d%H%M%S)"
30-
test -f /root/bin/compose_message_mm && bash /root/bin/compose_message_mm "Compose for ${MAJOR} LookAhead has been synced to staging ($DATE)"
31+
test -f /root/bin/compose_message_mm && bash /root/bin/compose_message_mm testing "Compose for ${MAJOR} LookAhead has been synced to staging ($DATE). See the [changelogs](https://kojidev.rockylinux.org/kojifiles/compose/logs)."
3132
fi

cron/lookahead-9

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin
33
FROMMAIL="Compose Tracker <releng@rockylinux.org>"
44
export RLVER=9
5+
export RLREL=lh
56
source "/root/toolkit/sync/common"
67
rm -rf /etc/pungi-lh-${MAJOR}
78
git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${RLVER}s /etc/pungi-lh-${MAJOR}
@@ -26,6 +27,6 @@ if [ "$ret_val" -eq 0 ]; then
2627
fi
2728

2829
if [ "$sync_val" -eq 0 ]; then
29-
DATE="$(date +%Y%m%d%H%M%S)"
30-
test -f /root/bin/compose_message_mm && bash /root/bin/compose_message_mm "Compose for ${MAJOR} LookAhead has been synced to staging ($DATE)"
30+
DATE="$(date +%Y%m%d)"
31+
test -f /root/bin/compose_message_mm && bash /root/bin/compose_message_mm testing "Compose for ${MAJOR} LookAhead has been synced to staging ($DATE). See the [changelogs](https://kojidev.rockylinux.org/kojifiles/compose/logs)."
3132
fi

0 commit comments

Comments
 (0)