Skip to content

Commit

Permalink
Ensure that the windows tar file avoids entries starting with ./
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Apr 23, 2023
1 parent 400371b commit c406f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/org.eclipse.justj.releng/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ pipeline {
tar -xf ../$jre
mvn --no-transfer-progress -f ../releng/org.eclipse.justj.releng/winsigner/pom.xml -Dcbi.winsigner.signFiles=$(echo $(find ${PWD} -name "*.dll" -o -name "*.exe") | sed 's/ /,/g') clean verify
rm ../$jre
tar -czf ../$jre .
tar -czf ../$jre *
cd -
rm -rf unpacked
done
Expand Down

0 comments on commit c406f7f

Please sign in to comment.