Skip to content

Commit

Permalink
exclude logs in commit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
avleen committed Apr 8, 2012
1 parent 383f6b4 commit c6717ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

srcdir=/www/silverwraith.com/canonical/tw.silverwraith.com/
dstdir=/home/avleen/devel/Tornado-Watch/htdocs
rsync -av ${srcdir} ${dstdir}
rsync -av --exclude logs/ ${srcdir} ${dstdir}
pg_dump -s -U postgres tornadowatch > ${dstdir}/db.sql
cd ${dstdir}
#git add -A .
Expand Down

0 comments on commit c6717ba

Please sign in to comment.