You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Catch some bad build-source-tarball args and exit
Add an arg parsing loop, and stop running if something isn't recognized. For example, this prevents destroying my dev build if I spell "--skip-build" wrong or get the arg order incorrect.
* Use exit code 0 for "--help"
Also add unrecognized arg print in smoke-test.sh.
* TARBALL_ROOT already existing isn't an error
CI creates TARBALL_ROOT before building the tarball. Still include the message as informational in case it's useful to diagnose other scenarios.
(cherry picked from commit 9a012eb)
0 commit comments