Mirror Server
From stoney cloud
Requirements
- Hosts all the files required to build a package (
GENTOO_MIRRORS=mirror.example.com/public/gentoo/distfiles
)- Acts as a caching mirror for already downloaded packages from an official mirror, example caching mirror URL https://mirror.example.com/mirror
- Serves fetch-restricted files (
dev-java/oracle-jdk-bin
for example), to authorized clients
- Files are served via HTTPS
- Distinguishes between three groups of files
- public: Files which are available to all clients (theoretically even to the entire internet, added to clients via GENTOO_MIRRORS)
- site-local: Files which are only available to authenticated clients belonging to the same infrastructure (for example those which would put us into legal troubles if available to the public, used by clients via a local entry in
/etc/portage/mirrors
)- A subdirectory named after a site will be created below
site-local
, for examplesite-local/example-site
.
- A subdirectory named after a site will be created below
- stack-local: Files which are only available to authenticated clients belonging to the same infrastructure and the software stack group (private files of a specific customer, used by clients via a local entry in
/etc/portage/mirrors
)- A subdirectory per stack will be created below
stack-local
, for examplestack-local/secret-stack
.
- A subdirectory per stack will be created below
- Provides an easy way to let an administrator manually upload new files, for example via WebDAV-CGI, SFTP or a similar mechanism.
- Possibility to authenticate clients either via HTTP basic auth or client certificates.
- Old or no longer supported files will be removed automatically
- Can be implemented on the build host
Directory structure
The visible structure starting from the root directory will be as follows:
/ |- public/ |- gentoo/ |- distfiles/ |- stepping-stone.ch/ |- sepiola/ |- site-restricted/ |- stepping-stone.ch/ |- gentoo/ |- distfiles/ |- role-restricted/ |- mediawiki_AiO