Rename release.sh to build-packages.sh

The name release.sh is overloaded. This change renames the script to make the
intent clearer.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2022-01-28 17:10:46 +01:00
parent 84f7daf108
commit 6709da4cea
4 changed files with 5 additions and 3 deletions

View File

@@ -56,4 +56,4 @@ $(RUN_TARGETS): run-%: image-%
# Ensure that the local package root exists
$(RELEASE_TARGETS): release-%: $(LOCAL_PACKAGE_ROOT)/$(*)/$(ARCH)
$(PROJECT_ROOT)/scripts/release.sh $(*)-$(ARCH)
$(PROJECT_ROOT)/scripts/build-packages.sh $(*)-$(ARCH)