################################################################ # This script sets the build's file permissions and ownership # # Version History: # 2006Nov28 : TLS : Added line to removed existing tarballs # 2006Oct26 : TLS : Created ################################################################ BUILD=`basename \`pwd\`` tarball: if [ -f "${BUILD}.tar.gz" ]; then rm ${BUILD}.tar.gz; fi tar -cvzf ${BUILD}.tar.gz --exclude='.svn' -C .. ${BUILD}/ perms: sudo ./scripts/perms.sh