22
edits
(partial repo rsync with createrepo) |
(→node.js: just comments) |
||
| Line 108: | Line 108: | ||
==== node.js ==== | ==== node.js ==== | ||
# sync only specified versions of nodejs packages | |||
rsync -n -auzv --include './' --include '*-6.10.0-1nodesource.el6.x86_64.rpm' --exclude '*' rsync://rpm.nodesource.com/pub_6.x/el/6/x86_64/ /data/repos/yum/mirrors/nodesource/el/6/x86_64/ | rsync -n -auzv --include './' --include '*-6.10.0-1nodesource.el6.x86_64.rpm' --exclude '*' rsync://rpm.nodesource.com/pub_6.x/el/6/x86_64/ /data/repos/yum/mirrors/nodesource/el/6/x86_64/ | ||
createrepo /data/repos/yum/mirrors/nodesource/el/6/x86_64/ | createrepo /data/repos/yum/mirrors/nodesource/el/6/x86_64/ | ||
edits