canmove, Confirmed users
1,394
edits
| Line 69: | Line 69: | ||
rsync://linux.mirrors.es.net/centos/$CENTOS_FULL/ /data/repos/yum/mirrors/centos/$CENTOS_MAJOR/$DATE/ | rsync://linux.mirrors.es.net/centos/$CENTOS_FULL/ /data/repos/yum/mirrors/centos/$CENTOS_MAJOR/$DATE/ | ||
rsync -v -n -aP \ | rsync -v -n -aP \ | ||
rsync:// | rsync://mirror.nsc.liu.se/centos-store/$CENTOS_FULL/os/Source /data/repos/yum/mirrors/centos/$CENTOS_MAJOR/$DATE/os/Source | ||
rsync -v -n -aP \ | rsync -v -n -aP \ | ||
rsync:// | rsync://mirror.nsc.liu.se/centos-store/$CENTOS_FULL/updates/Source /data/repos/yum/mirrors/centos/$CENTOS_MAJOR/$DATE/updates/Source | ||
echo $CENTOS_FULL > /data/repos/yum/mirrors/centos/$CENTOS_MAJOR/$DATE/centos-version.txt | echo $CENTOS_FULL > /data/repos/yum/mirrors/centos/$CENTOS_MAJOR/$DATE/centos-version.txt | ||
* sync these at "nearly" the same time, so that we have a good chance of having the srpm for a particular RPM | * sync these at "nearly" the same time, so that we have a good chance of having the srpm for a particular RPM | ||