summaryrefslogtreecommitdiffstats
path: root/rtems-release-package
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-02-28 15:32:08 +1100
committerChris Johns <chrisj@rtems.org>2020-02-28 15:32:08 +1100
commit4aa7034e6e9dfe3a79bd238abef03294d186dee1 (patch)
tree4e18dfc21f130d0cc007f8b42f3c7c89f9e151e7 /rtems-release-package
parentThe cron support is a script, make it one. (diff)
downloadrtems-release-4aa7034e6e9dfe3a79bd238abef03294d186dee1.tar.bz2
Add a release_url to the arguments for the various steps.
- The release_url can be used for testing or to allow deployment by setting the top level URL the source is fetched from. - Move libbsd up in the order so the RSB can get a hash for it.
Diffstat (limited to 'rtems-release-package')
-rwxr-xr-xrtems-release-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-release-package b/rtems-release-package
index 4a150a7..8e2ca53 100755
--- a/rtems-release-package
+++ b/rtems-release-package
@@ -128,7 +128,7 @@ cd ${prefix}
# package the release.
#
if [ -n "${worker}" ]; then
- ${worker} ${package} ${version} ${revision} ${top}
+ ${worker} ${package} ${version} ${revision} ${release_url} ${top}
fi
#