VirtualBox

Ignore:
Timestamp:
Feb 18, 2019 6:46:41 PM (6 years ago)
Author:
vboxsync
Message:

Installer/win: Fix typos breaking the re-packing scripts. Include the target arch in the name of the MSM files (helps when copying them all to the output directory after repacking). Move most of the clean up out of the defines (where it needs eval) to normal OTHER_CLEAN. bugref:8691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Scripts/Combined-3-Repack.cmd

    r76553 r77351  
    8080
    8181:opt_h
    82 echo Toplevel combined package: Prepare both x86 and amd64 for submission.
    83 echo .
    84 echo Usage: Combined-1-Prepare.cmd [-o output-dir] [-e/--extpack puel.vbox-extpack]
     82echo Toplevel combined package: Repack the installer and extpacks.
     83echo .
     84echo Usage: Combined-3-Repack.cmd [-o output-dir] [-e/--extpack puel.vbox-extpack]
    8585echo            [-s/--extpack-enterprise puel-enterprise.vbox-extpack]
    8686echo            [-u/--vboxall-dir unpacked-vboxall-dir] [-t build-type]
     87echo            [--signed-amd64 signed-amd64.zip]
     88echo            [--signed-x86 signed-x86.zip]
    8789echo
    8890echo .
     
    256258
    257259set _MY_OUT_FILES=
     260cd /d "%_MY_REPACK_DIR_AMD64%" || goto end_failed
     261for %%i in (VBoxMerge*msm) do (
     262    copy /y "%%i" "%_MY_OPT_OUTDIR%" || goto end_failed
     263    call set _MY_OUT_FILES=%%_MY_OUT_FILES%% %%~nxi
     264)
     265cd /d "%_MY_REPACK_DIR_X86%" || goto end_failed
     266for %%i in (VBoxMerge*msm) do (
     267    copy /y "%%i" "%_MY_OPT_OUTDIR%" || goto end_failed
     268    call set _MY_OUT_FILES=%%_MY_OUT_FILES%% %%~nxi
     269)
    258270for %%i in (VirtualBox-*MultiArch*exe) do (
    259271    copy /y "%%i" "%_MY_OPT_OUTDIR%" || goto end_failed
     
    274286for %%i in (%_MY_TMP_OUT%) do (
    275287    set _MY_TMP_OUT=%_MY_OPT_OUTDIR%\%%~nxi
    276     call set _MY_OUT_FILES=%%_MY_OUT_FILES%% %%~nix
     288    call set _MY_OUT_FILES=%%_MY_OUT_FILES%% %%~nxi
    277289)
    278290call "%_MY_REPACK_DIR_X86%\RepackExtPack.cmd" --bindir-amd64 "%_MY_BINDIR_AMD64%" --bindir-x86 "%_MY_BINDIR_X86%" ^
     
    284296for %%i in (%_MY_TMP_OUT%) do (
    285297    set _MY_TMP_OUT=%_MY_OPT_OUTDIR%\%%~nxi
    286     call set _MY_OUT_FILES=%%_MY_OUT_FILES%% %%~nix
     298    call set _MY_OUT_FILES=%%_MY_OUT_FILES%% %%~nxi
    287299)
    288300call "%_MY_REPACK_DIR_X86%\RepackExtPack.cmd" --bindir-amd64 "%_MY_BINDIR_AMD64%" --bindir-x86 "%_MY_BINDIR_X86%" ^
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette