summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrtems-release-cron2
-rw-r--r--snapshot-announce.txt.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/rtems-release-cron b/rtems-release-cron
index 8735e4b..67b9054 100755
--- a/rtems-release-cron
+++ b/rtems-release-cron
@@ -92,7 +92,7 @@ fi
#
version=${rtems_major}
revision=${rtems_minor}.${rtems_dot}
-snapshot=${rtems_minor}.${rtems_dot}-${rtems_snapshot}
+snapshot=${revision}-${rtems_snapshot}
release="${version}.${snapshot}"
#
diff --git a/snapshot-announce.txt.in b/snapshot-announce.txt.in
index cf3bdf4..14f3fd2 100644
--- a/snapshot-announce.txt.in
+++ b/snapshot-announce.txt.in
@@ -3,7 +3,7 @@ RTEMS Release Build - @RELEASE@
RTEMS @VERSION@ Release snapshot @RTEMS_SNAPSHOT@ is avaliable for testing.
It can be found at:
- https://ftp.rtems.org/pub/rtems/releases/@VERSION@/@VERSION@.@SNAPSHOT@/@RELEASE@
+ https://ftp.rtems.org/pub/rtems/releases/@VERSION@/@VERSION@.@REVISION@/@RELEASE@
Please test and report any issues to the user@rtems.org or devel@rtems.org
mailing lists or please raise a ticket.