Module sync

Source

Modules§

mirror
The mirror module contains all logic to download data from an Arch Linux package mirror. This includes the database files or packages.
pkgsrc
The pkgsrc module handles the download of package source repositories. This requires interaction with git and the official Arch Linux Gitlab, where all of the package source repositories for the official packages are located.

Structs§

PackageRepositoriesIter
An iterator over the variants of PackageRepositories

Enums§

PackageRepositories
All Arch Linux package repositories we may want to test.

Functions§

filenames_in_dir
A small helper function that returns a list of unique file names in a directory.