pull_kit_sdk.sh should be able pull the Kit and extension packages without displaying any error messages. I believe that could be very confusing to the users.
Component
Happens during the installation of the generated package
System Details
Ubuntu 22.04.5 LTS
kit-app-template main branch
Reproduction Steps
Create an application: ./repo.sh template new -- I used USD Explorer option, it created an app and an extension
Build: ./repo.sh build -u
Package: ./repo.sh package --thin
Go to package directory: cd _build/packages
Extract .zip file using unzip
Run ./my_company.my_usd_explorer.kit.sh
$ ./my_company.my_usd_explorer.kit.sh
./my_company.my_usd_explorer.kit.sh: line 7: _build/packages/kit/kit: No such file or directory
Description
pull_kit_sdk.sh
should be able pull the Kit and extension packages without displaying any error messages. I believe that could be very confusing to the users.Component
Happens during the installation of the generated package
System Details
kit-app-template
main branchReproduction Steps
./repo.sh template new
-- I usedUSD Explorer
option, it created an app and an extension./repo.sh build -u
./repo.sh package --thin
cd _build/packages
.zip
file usingunzip
./my_company.my_usd_explorer.kit.sh
./pull_kit_sdk.sh
./my_company.my_usd_explorer.kit.sh
again. It works, but why would it fail to pull all dependencies?Logs
repo.log kit_20241030_112522.log
Additional Context
No response