You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/03/18 15:11:13 UTC

[GitHub] [dolphinscheduler] kezhenxu94 commented on pull request #8999: [python] Separate py from main dist and auto add gpg sign

kezhenxu94 commented on pull request #8999:
URL: https://github.com/apache/dolphinscheduler/pull/8999#issuecomment-1072492231


   > * Add new profile `python` to separate build python
   >   package from `release`. Now someone who does not interested
   >   in python api could build package without python environment
   > * Add auto gpg asc sign when run `mvn instal -Ppython`
   > 
   > close: #8671
   
   I'd separate the gpg sign phase and give a property to control whether it's executed.
   
   `./mvnw install -Ppython` build python module,
   
   `./mvnw install -Ppython -Dgpg.sign=true`, build python module and sign


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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