Skip to content

aros-development-team/external-sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source Cache for AROS

This repository provides a fixed mirror of third-party source packages used by the build system.
It ensures that automated builds (e.g., Azure Pipelines) can reliably download required dependencies even when upstream servers are unavailable.

How it is used

During the build, scripts attempt to download each package from this repository first:

If a file is not found here, the build falls back to the package’s original upstream location.

What belongs in this repository

  • Unmodified source tarballs required for building .
  • Files named consistently with their upstream versions.
  • No patches or modified files — only original source archives.

Why this repository exists

  • Upstream servers occasionally become unreachable.
  • CI builds must remain reproducible and reliable.
  • GitHub provides a free, highly available mirror for these files.

License

All files in this repository retain the license of their original upstream project.
No changes are made to the source packages stored here.

About

External packages used to build AROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published