Skip to content

Commit

Permalink
[bitnami/bndiagnostic] Remove VMware Installbuilder references (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Gonzalo Gomez Gracia <[email protected]>
  • Loading branch information
gongomgra committed Jun 3, 2024
1 parent e744380 commit aae33ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ for arch in amd64 arm64; do
-e "s/@@VERSION@@/${VERSION}/g" \
-e "s/@@VERSION_ID@@/${VERSION_ID}/g" \
"output-${arch}"/{*,*/*}.*
# Build auto-updater tool with VMware InstallBuilder
# Build auto-updater tool with InstallBuilder
"${INSTALLBUILDER}/autoupdate/bin/customize.run" build "output-${arch}/bndiagnostic-auto-updater.xml" "$INSTALLBUILDER_TARGET"
cp "${INSTALLBUILDER}/autoupdate/output/autoupdate-${INSTALLBUILDER_TARGET}.run" "output-${arch}/autoupdater/autoupdate-${INSTALLBUILDER_TARGET}.run"

# Build tool with VMware InstallBuilder
# Build tool with InstallBuilder
"${INSTALLBUILDER}/bin/builder" build "output-${arch}/bndiagnostic.xml" "$INSTALLBUILDER_TARGET" --setvars \
project.version="$VERSION" \
project.versionId="$VERSION_ID" \
Expand Down

0 comments on commit aae33ba

Please sign in to comment.