[Gpg4win-commits] [git] Gpg4win - branch, website, updated. gpg4win-2.1.0-157-g3a0e6b3
by Andre Heinecke
cvs at cvs.gnupg.org
Tue Aug 13 17:17:09 CEST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".
The branch, website has been updated
via 3a0e6b38ec9af349963fae4c8a21790246ba60ec (commit)
from 41ae7a2dd549287d8427d5c990cc7821d230b8a8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3a0e6b38ec9af349963fae4c8a21790246ba60ec
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Tue Aug 13 14:48:18 2013 +0000
Update rsync command
Do not exclude .svn anymore (we are in git)
Exclude .swp files (I use VIM)
Fix permissions settings to avoid permission problems
for other users in the gpg4win admin group.
* web/Makefile (online): Update rsync command
diff --git a/web/Makefile b/web/Makefile
index b0fab5a..9e22add 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -46,7 +46,7 @@ change-history-de.htm4: build-history.awk NEWS.last
online: all
echo "Going to put current contents online for www.gpg4win.org ..."
- rsync -urvP --exclude='.svn' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
+ rsync -rvPC --perms --chmod=ug+rw,o+r,Dg+s,Da+x,u-s,Fg-s,o-wt --exclude='*.swp' $(ADD_INST_TYPES) $(TARGETS) $(ADD_INST_DIRS) \
$(USER)@wald.intevation.org:/gpg4win/htdocs/
install: all
-----------------------------------------------------------------------
Summary of changes:
web/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
GnuPG for Windows
http://git.gnupg.org
More information about the Gpg4win-commits
mailing list