diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-20 20:29:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-20 20:29:27 +0000 |
commit | 6f625a89cdf8fdfa3018450599eac2eeb275f90d (patch) | |
tree | 114ccc4762d333f33c0c406896200a65d2922bc5 | |
parent | 1ec1dd7ed23d08786f59729e377dc0333d828596 (diff) |
keep latest/ writable since that's handled by a separate script
svn path=/trunk/; revision=16567
-rwxr-xr-x | scripts/auto-build/prep-auto-build-upload | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/auto-build/prep-auto-build-upload b/scripts/auto-build/prep-auto-build-upload index 22ad74c7..605bac54 100755 --- a/scripts/auto-build/prep-auto-build-upload +++ b/scripts/auto-build/prep-auto-build-upload @@ -19,3 +19,4 @@ chmod -R a-w "${BUILD_ROOT}" >> $LOGFILE 2>&1 chmod 0755 "${TODAYS_ROOT}" >> $LOGFILE 2>&1 chmod 0755 "${TODAYS_ROOT}/logs" >> $LOGFILE 2>&1 chmod a-w "$BUILD_ROOT" >> $LOGFILE 2>&1 +chmod u+w "$BUILD_ROOT/latest" >> $LOGFILE 2>&1 |