summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-07 20:08:39 +0200
committerSven Gothel <[email protected]>2023-05-07 20:08:39 +0200
commit62604e9e14dbc9e8bf81e9fc033902cdfd790041 (patch)
tree8f9e0f3885e1d2f40582f7c2c0e507a96c77d009
parent155d0d25638a2243da32dae733232ccb41b4d9a5 (diff)
jenkins-builds: Fix log and archive file mods
-rwxr-xr-xjenkins-builds/promote-latest-builds.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/jenkins-builds/promote-latest-builds.sh b/jenkins-builds/promote-latest-builds.sh
index d701212..4527f1c 100755
--- a/jenkins-builds/promote-latest-builds.sh
+++ b/jenkins-builds/promote-latest-builds.sh
@@ -199,6 +199,11 @@ function promote-latest-builds() {
prom_promote_demos jocl-demos slave $jocldemosslave $dest
echo
+ echo Fix log and archive mods
+ echo
+ find $dest/log $dest/archive -type f -exec chmod 0644 \{\} \;
+
+ echo
echo FAT JAR
echo
prom_make_fatjar $dest