[Reproducible-commits] [misc] 01/01: don't overwrite receiving group/user and set chmod=g+rw
Mattia Rizzolo
mattia at debian.org
Sun May 22 11:09:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository misc.
commit 82e0b42d30487497284c43d2f4fd413162cdaa69
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun May 22 11:09:22 2016 +0000
don't overwrite receiving group/user and set chmod=g+rw
this is still not enough/perfect, I'd like to use --groupmap but I can't get it work
---
reports/bin/sync-master-to-alioth | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reports/bin/sync-master-to-alioth b/reports/bin/sync-master-to-alioth
index ed524c9..4af634e 100755
--- a/reports/bin/sync-master-to-alioth
+++ b/reports/bin/sync-master-to-alioth
@@ -3,5 +3,5 @@
mkdir -p data/debian-devel-changes
rsync -av --delete --progress -f '- *19????.?z' -f '- *200???.?z' -f '- *201[0-4]??.?z' \
master.debian.org:/srv/mail-archives/lists/debian-devel-changes/ data/debian-devel-changes/
-rsync -av --delete --progress -f '- *19????.?z' -f '- *200???.?z' -f '- *201[0-4]??.?z' \
+rsync -r -v --chmod=g+rw --delete --progress -f '- *19????.?z' -f '- *200???.?z' -f '- *201[0-4]??.?z' \
data/debian-devel-changes/ alioth.debian.org:/home/groups/reproducible/mirror/debian-devel-changes/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list