projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70489c0
)
fetching a file from the Internet must be atomar
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 17 Mar 2014 07:45:16 +0000
(08:45 +0100)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 17 Mar 2014 07:45:16 +0000
(08:45 +0100)
tools/htdocs/Makefile
patch
|
blob
|
history
diff --git
a/tools/htdocs/Makefile
b/tools/htdocs/Makefile
index
e152852
..
bbb6ba0
100644
(file)
--- a/
tools/htdocs/Makefile
+++ b/
tools/htdocs/Makefile
@@
-69,10
+69,12
@@
${JQUERY_FILE}:
rm -f $@.new
${JQUERY_JSON_FILE}:
- curl -sSf ${JQUERY_JSON_URL} -o $@
+ curl -sSf ${JQUERY_JSON_URL} -o $@.tmp
+ mv -f $@.tmp $@
${HANDLEBARS_FILE}:
- curl -sSf ${HANDLEBARS_URL} -o $@
+ curl -sSf ${HANDLEBARS_URL} -o $@.tmp
+ mv -f $@.tmp $@
${PP2_FILE}:
curl -sSf "${PP2_URL}" -o $@.tmp