tkobayas commented on PR #1277:
URL:
https://github.com/apache/incubator-kie-kogito-pipelines/pull/1277#issuecomment-2753132524
Hi @jomarko ,
To run `zip-sources-all.sh` locally,
- `cd incubator-kie-kogito-pipelines`
- Edit `./tools/zip-sources-all.sh` to uncomment and set variables
```
TARGET_VERSION="10.1.0"
SOURCES_DEFAULT_BRANCH="main"
GIT_AUTHOR="apache"
SOURCES_REPOSITORIES="incubator-kie-drools
incubator-kie-kogito-runtimes
incubator-kie-kogito-apps
incubator-kie-optaplanner
incubator-kie-tools"
```
- Execute `./tools/zip-sources-all.sh source.zip`
> ` echo ${RAT_EXCLUDES_COMBINED_FILE} >> ${RAT_EXCLUDES_COMBINED_FILE}`
It adds `.rat-excludes-combined` to the file, so the file itself will be
excluded when running the rat check. Yeah, it looks a bit tricky. I added a
comment to the PR. Thanks.
--
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]