mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rename the signed package
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
2b27be3a99
commit
012a5a743c
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ fi
|
|||
if [ "${SIGN}" -eq 1 ]; then
|
||||
_msg "Building the product package (signed)"
|
||||
# This is not a nightly build, so we want to sign it
|
||||
FILE="$SCRIPT_DIR/salt-$VERSION-py3-$CPU_ARCH-signed.pkg"
|
||||
FILE="$SCRIPT_DIR/salt-$VERSION-py3-$CPU_ARCH.pkg"
|
||||
if productbuild --resources="$SCRIPT_DIR/pkg-resources" \
|
||||
--distribution="$DIST_XML" \
|
||||
--package-path="$SCRIPT_DIR/salt-src-$VERSION-py3-$CPU_ARCH.pkg" \
|
||||
|
|
Loading…
Add table
Reference in a new issue