vegardit/Configure fast APT mirror

Configures a fast APT mirror in Ubuntu runners, e.g. in case azure.archive.ubuntu.com is slow or unreachable.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
healthchecksNumber of mirrors from the mirrors list to check for availability and up-to-dateness.20
speedtestsMaximum number of healthy mirrors to test for speed.10
parallelNumber of parallel speed tests. May result in incorrect results because of competing connections but finds a suitable mirror faster.2
sample-sizeNumber of kilobytes to download during the speed from each mirror.1024
sample-timeMaximum number of seconds within the sample download from a mirror must finish.3
exclude-currentDon't include the current APT mirror in the speed tests.false
countryThe country code to use for selecting mirrors. NOTE: Only applies to Ubuntu based distros. Defaults to http://mirrors.ubuntu.com/mirrors.txt""
configure-mirrorWhether to configure the APT mirror: auto, true, or false. In auto mode, local Act runs are skipped unless running under Forgejo or Gitea Actions.auto

no outputs