[rtems-release commit] cron: Fix the announce message URL.

Chris Johns chrisj at rtems.org
Fri Nov 1 06:00:31 UTC 2019


Module:    rtems-release
Branch:    master
Commit:    a66408020282cd2f17d81cd502b9fa50a727b480
Changeset: http://git.rtems.org/rtems-release/commit/?id=a66408020282cd2f17d81cd502b9fa50a727b480

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Nov  1 16:57:53 2019 +1100

cron: Fix the announce message URL.

---

 rtems-release-cron       | 2 +-
 snapshot-announce.txt.in | 2 +-
 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 at rtems.org or devel at rtems.org
 mailing lists or please raise a ticket.



More information about the vc mailing list