VirtualBox

Changeset 83563 in vbox for trunk/src


Ignore:
Timestamp:
Apr 5, 2020 10:27:08 AM (5 years ago)
Author:
vboxsync
Message:

Repack scripts: copy sign-attesattion script to repack dir and fix for rewriting existing Single-3-Repack.cmd

Location:
trunk/src/VBox/Installer/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r83541 r83563  
    11681168        $(RePackScripts_0_OUTDIR)/Single-0-All.cmd \
    11691169        $(RePackScripts_0_OUTDIR)/Single-1-Prepare.cmd \
    1170         $(RePackScripts_0_OUTDIR)/Single-3-Repack.cmd
     1170        $(RePackScripts_0_OUTDIR)/Single-3-Repack.cmd \
     1171        Scripts/sign-attestation.sh
    11711172endif
    11721173RePackScripts_CLEAN = \
  • trunk/src/VBox/Installer/win/Scripts/Single-1-Prepare.cmd

    r82968 r83563  
    197197rem
    198198set _MY_NEXT_SCRIPT=%_MY_OPT_OUTDIR%\Single-3-Repack.cmd
     199rem If out dir is the same as repack dir this would erase original repack script
     200if not exist "%_MY_NEXT_SCRIPT%" goto generate_next_script
     201set _MY_NEXT_SCRIPT=%_MY_OPT_OUTDIR%\Single-3-Repack-Gen.cmd
     202:generate_next_script
    199203echo cd /d "%cd%" > "%_MY_NEXT_SCRIPT%"
    200204echo call "%_MY_SCRIPT_DIR%\Single-3-Repack.cmd" --extpack "%_MY_OPT_EXTPACK%" ^
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