projects
/
gnupg-doc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac33d6f
)
tools: Also sync the img and data dirs of the blog
author
Werner Koch
<wk@gnupg.org>
Thu, 3 Aug 2017 18:37:20 +0000
(20:37 +0200)
committer
Werner Koch
<wk@gnupg.org>
Thu, 3 Aug 2017 18:37:20 +0000
(20:37 +0200)
tools/build-website.sh
patch
|
blob
|
history
diff --git
a/tools/build-website.sh
b/tools/build-website.sh
index
afb61a9
..
2f8ceb9
100755
(executable)
--- a/
tools/build-website.sh
+++ b/
tools/build-website.sh
@@
-299,6
+299,9
@@
if [ -n "$sync_blog" ]; then
cd "$sync_blog"
rsync -rt --links --exclude '*~' --exclude '*.sh' \
--exclude '*tmp' --exclude '*.org' . ${htdocs_blog}/
+ cd "$root_dir/misc/blog.gnupg.org"
+ rsync -rt --links --exclude '*~' --exclude '*.sh' \
+ --exclude '*tmp' --exclude '*.org' img data ${htdocs_blog}/
any_sync=yes
fi