Perhaps the finnish and english mirrors could change to their local slackware mirrors? Therefore only the deps dir should be rsynced and the adddepinfo script should be run as cron. See the USA mirror (hosted by laprjns) as example

Although this is rather obvious to me now, I was not rsync'ing my /deps directories. At the recommendation by thenktor in #salix, I've changed my adddepinfo.sh to add the following rsync line:thenktor wrote: Therefore only the deps dir should be rsynced ......
Code: Select all
SLACKREPO="ftp://slackware.mirrors.tds.net/pub/slackware/slackware-13.0/"
CWD=`pwd`
DEPSDIR="$CWD/deps"
rsync -av --delete salix.enialis.net::salix/i486/slackware-13.0/deps/ deps/
#
# Don't touch anything after this
#
Just remembering: deps are the same for i486 an x86_64, so this is not neededlaprjns wrote:This is for my 32 bit repos. I made a similar change to the addepinfo scrip in my 64 bit repos, just changing the path from .../i486 /... to .../x86_64/...
gslapt -> options -> sourcesDuncan_Idaho wrote:so how can I use this USA mirror?