You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cron/beta-10
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,5 +28,5 @@ fi
28
28
29
29
if [ "$sync_val"-eq 0 ];then
30
30
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)."
Copy file name to clipboardExpand all lines: cron/beta-9
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,5 +28,5 @@ fi
28
28
29
29
if [ "$sync_val"-eq 0 ];then
30
30
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)."
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)."
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)."
0 commit comments