Joel-Haeberli opened a new issue, #21082: URL: https://github.com/apache/superset/issues/21082
#### How to reproduce the bug 1. Execute [SOURCE_DIR]/RELEASING/make_tarball.sh in an environment you never used before and the release ENV-Variables are not set. ``` ./make_tarball.sh [VERSION] [RC] [PGP_KEY_NAME] ``` 2. The script fails with ``` gpg: can't open '/[YOUR_RELEASE_DIR]/svn/superset_dev/2.0.0rc2/apache-superset--source.tar.gz': No such file or directory gpg: signing failed: No such file or directory ``` ### Expected results I expect the script to build the correct versioned tarball. ### Actual results Tarball without the correct name leading to errors in the script which expects the name with the correct version. #### Screenshots see Point 2 in 'How to reproduce the bug' ### Environment - Theoretically all environments. - Versions of browsers etc. not relevant. ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
