Changeset 2643 for cpc/trunk/project/bin
- Timestamp:
- Feb 16, 2012, 7:57:33 PM (9 years ago)
- Location:
- cpc/trunk/project/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/bin/update_hardcache
r2615 r2643 6 6 do 7 7 rm web/$url.html 8 curl http://www.nosdeputes.fr/$url > $TMPFILE 2> /dev/null8 curl --max-time 90 "http://www.nosdeputes.fr/$url?_sf_ignore_cache=$$" > $TMPFILE 2>> /tmp/update_curl_output.txt 9 9 mv $TMPFILE web/$url.html 10 10 done; -
cpc/trunk/project/bin/update_hardcache_one
r2565 r2643 6 6 echo "http://www.nosdeputes.fr/seance/$seance_id" 7 7 rm web/seance/$seance_id.html 2> /dev/null 8 curl -q http://www.nosdeputes.fr/seance/${seance_id}?_sf_ignore_cache= 1> $TMPFILE8 curl -q http://www.nosdeputes.fr/seance/${seance_id}?_sf_ignore_cache=$$ > $TMPFILE 9 9 mv $TMPFILE web/seance/$seance_id.html 10 10
Note: See TracChangeset
for help on using the changeset viewer.