node.js - Create Private Mirror of http://nodejs.org/dist -
i'd create proxy or local mirror of nodejs.org increase speed , support build repeatability.
- sonatype nexus fails nodejs.org/dist isn't quite npm
wget fails, i'm not sure why
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://nodejs.org/dist
please let me know if have suggestions
wget
can not mirror because of robots.txt rules. can ignore them using -e robots=off
.
if know doing , really wish turn off robot exclusion, set robots variable ‘off’ in .wgetrc. can achieve same effect command line using -e switch, e.g. ‘wget -e robots=off url...’.
from wget manual
Comments
Post a Comment