diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-26 19:56:16 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-26 19:56:16 +0000 |
commit | 0a2b585e9a883ab28c55deb5f0d6d18236a6335a (patch) | |
tree | d429a01913fb3e35ecc31788f51809a0416629aa /scripts/auto-build/prep-auto-build-upload | |
parent | f40396a6d820977efa6897e18f4379687deb1517 (diff) |
make sure the 'pd' user has perms to write the 'latest' page
svn path=/trunk/; revision=10653
Diffstat (limited to 'scripts/auto-build/prep-auto-build-upload')
-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 c63f4e56..0bcc1234 100755 --- a/scripts/auto-build/prep-auto-build-upload +++ b/scripts/auto-build/prep-auto-build-upload @@ -17,6 +17,7 @@ prep_project() BUILD_ROOT="$2" TODAYS_ROOT="${BUILD_ROOT}/${DATE}" chown -R root.root "${BUILD_ROOT}" >> $LOGFILE 2>&1 + chown -R pd "${BUILD_ROOT}/latest" >> $LOGFILE 2>&1 mkdir "${TODAYS_ROOT}" >> $LOGFILE 2>&1 mkdir "${TODAYS_ROOT}/logs" >> $LOGFILE 2>&1 chown -R nobody.nogroup "${TODAYS_ROOT}" >> $LOGFILE 2>&1 |