You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/08/14 15:42:29 UTC

[GitHub] [superset] Joel-Haeberli opened a new issue, #21082: SUPERSET_VERSION_RC might not be set and lead to failing tarball creation.

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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] SUPERSET_VERSION_RC might not be set and lead to failing tarball creation. [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #21082:
URL: https://github.com/apache/superset/issues/21082#issuecomment-1936456024

   @Joel-Haeberli we were checking in on that PR still, but is this still an issue at all as of Superset 3.x? We'll leave it open for now.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org