1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-22 00:15:25 +02:00

add group write permission to builds

This commit is contained in:
Vivian Kong 2010-12-13 15:35:36 +00:00
parent acb651e6d6
commit ffb32e66e2

View file

@ -321,6 +321,9 @@
<copy todir="${copyToDir}/${buildType}.${buildId}">
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
</copy>
<chmod perm="g+w" dir="${copyToDir}">
<dirset dir="${copyToDir}"/>
</chmod>
<!-- Create symlink to latest build -->
<symlink action="delete" link="${copyToDir}/latest" failonerror="false"/>