summaryrefslogtreecommitdiffstats
path: root/rtems-release-sources
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-sources
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-sources')
-rwxr-xr-xrtems-release-sources5
1 files changed, 3 insertions, 2 deletions
diff --git a/rtems-release-sources b/rtems-release-sources
index d743da2..e6f88ca 100755
--- a/rtems-release-sources
+++ b/rtems-release-sources
@@ -45,12 +45,13 @@ echo "RTEMS Release Sources, v${rtems_release_version}"
#
# The version and revision.
#
-if [ $# -ne 2 ]; then
- echo "error: must be 2 arguments, the version, and release."
+if [ $# -ne 3 ]; then
+ echo "error: must be 3 arguments, the version, release and release URL."
exit 1
fi
version=$1
revision=$2
+release_url=$3
package=rtems-source-builder