xijiu commented on PR #18299:
URL: https://github.com/apache/kafka/pull/18299#issuecomment-2696522554

   @chia7712  I have added a ArgumentParser to `verify_license.py` and it cloud 
be able skip the `releaseTarGz` now:
   
   Skip:
   ```
   python verify_license.py --skipReleaseTarGz true
   ```
   
   NOT Skip:
   ```
   python verify_license.py
   or
   python verify_license.py --skipReleaseTarGz false
   ```
   
   PTAL  🤝


-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to