[Dev] Announcing a new mirror - testers wanted!

Nicolás Reynolds fauno at kiwwwi.com.ar
Mon Feb 13 20:04:38 GMT 2012


On Mon, 13 Feb 2012 19:53:04 +0100, Johannes Krampf <johannes.krampf at googlemail.com> wrote:
> On 02/13/2012 07:41 PM, Nicolás Reynolds wrote:
> > On Mon, 13 Feb 2012 19:16:06 +0100, Johannes Krampf<johannes.krampf at googlemail.com>  wrote:
> >> Hello everyone,
> > cool! is it an actual mirror of parabola or do you add packages?
> >
> > i was thinking a dynamic mirror can be done by just syncing the
> > databases and using nginx's proxy_store to dinamically download and
> > store packages :)
> It is an actual mirror. I store ~27GB of packages for the libre, 
> libre-testing, core, extra, community, testing and multilib repositories 
> for our 3 arches. I do not add packages and check the md5 when downloading.
> 
> (I downloaded most packages from an Arch mirror using RSync, I started 
> only a few days ago on the script.)

ok, we can add it to pacman-mirrorlist-libre then :D

> 
> The idea of an dynamic mirror sounds interesting, particularly if you 
> could specify multiple source servers.
> 

yes, writing from memory:

upstream repo {
         server repo.parabolagnulinux.org;
         server parabolaweb.eu;
}

server {
     server_name parabola.mirror.eu;
     root /srv/http/parabola.mirror.eu;

     location ~ *.pkg.tar.?z$ {
          proxy_store /srv/http/parabola.mirror.eu$request_uri;
          proxy_store_access user:rw group:r all:r;

          proxy_pass http://repos;
     }
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <https://lists.parabola.nu/pipermail/dev/attachments/20120213/4149e9f5/attachment.sig>


More information about the Dev mailing list