mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
make sure we delete on upload
Original commit message from CVS: make sure we delete on upload
This commit is contained in:
parent
c472a56b34
commit
d4b1febd2b
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ upload: $(FORMATS)
|
|||
if echo $(FORMATS) | grep ps > /dev/null; then export SRC="$$SRC $(DOC).ps"; fi; \
|
||||
if echo $(FORMATS) | grep pdf > /dev/null; then export SRC="$$SRC $(DOC).pdf"; fi; \
|
||||
echo Uploading $$SRC to $(DOC_SERVER):$$DIR; \
|
||||
rsync -rv -e ssh $$SRC $(DOC_SERVER):$$DIR; \
|
||||
rsync -rv -e ssh --delete $$SRC $(DOC_SERVER):$$DIR; \
|
||||
ssh $(DOC_SERVER) chmod -R g+w $$DIR; \
|
||||
echo Done
|
||||
|
|
Loading…
Reference in a new issue