mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
upload: fix permissions even if rsync ran into a problem
This commit is contained in:
parent
2fdd87e282
commit
88fbcc7f09
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -60,7 +60,7 @@ DOC_BASE = /srv/gstreamer.freedesktop.org/public_html/documentation
|
|||
BUILT_DOC_DIR = $(builddir)/built_doc/html/
|
||||
|
||||
upload: all
|
||||
rsync -rvaz -e ssh --links --delete $(BUILT_DOC_DIR) $(DOC_SERVER):$(DOC_BASE)
|
||||
rsync -rvaz -e ssh --links --delete $(BUILT_DOC_DIR) $(DOC_SERVER):$(DOC_BASE) || /bin/true
|
||||
ssh $(DOC_SERVER) "chmod -R g+w $(DOC_BASE); chgrp -R gstreamer $(DOC_BASE)"
|
||||
|
||||
include plugins-introspection/plugins-introspection.mak
|
||||
|
|
Loading…
Reference in a new issue