This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch 10.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new dfcf0a14 Rename DISCLAIMER file to DISCLAIMER-WIP (#1253)
dfcf0a14 is described below
commit dfcf0a1498d3e7aba37672cde7dd3e5850b6b826
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Oct 11 14:03:45 2024 -0300
Rename DISCLAIMER file to DISCLAIMER-WIP (#1253)
---
tools/zip-sources-all.sh | 2 +-
tools/zip-sources-files/{DISCLAIMER => DISCLAIMER-WIP} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/zip-sources-all.sh b/tools/zip-sources-all.sh
index c1bb362e..28afff6f 100755
--- a/tools/zip-sources-all.sh
+++ b/tools/zip-sources-all.sh
@@ -88,7 +88,7 @@ function zip_sources() {
#Add LICENSE, NOTICE and DISCLAIMER files to the root folder of the zip file
echo "Adding LICENSE, NOTICE and DISCLAIMER files to the zip file"
- cp ./tools/zip-sources-files/{LICENSE,NOTICE,DISCLAIMER}
${SOURCES_DIRECTORY_NAME}
+ cp ./tools/zip-sources-files/{LICENSE,NOTICE,DISCLAIMER-WIP}
${SOURCES_DIRECTORY_NAME}
#Creating ZIP
pushd ${SOURCES_DIRECTORY_NAME}
diff --git a/tools/zip-sources-files/DISCLAIMER
b/tools/zip-sources-files/DISCLAIMER-WIP
similarity index 100%
rename from tools/zip-sources-files/DISCLAIMER
rename to tools/zip-sources-files/DISCLAIMER-WIP
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]