├── .github ├── SIZE.md ├── SIZE.txt ├── dependabot.yml ├── scripts │ └── distropack_docker_extract_distros.sh └── workflows │ ├── fetch_weekly_distros.yaml │ └── healthchecks_housekeeping.yaml ├── INFO.md ├── LICENSE └── README.md /.github/SIZE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pkgforge-dev/Distropacks/HEAD/.github/SIZE.md -------------------------------------------------------------------------------- /.github/SIZE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pkgforge-dev/Distropacks/HEAD/.github/SIZE.txt -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pkgforge-dev/Distropacks/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/scripts/distropack_docker_extract_distros.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pkgforge-dev/Distropacks/HEAD/.github/scripts/distropack_docker_extract_distros.sh -------------------------------------------------------------------------------- /.github/workflows/fetch_weekly_distros.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pkgforge-dev/Distropacks/HEAD/.github/workflows/fetch_weekly_distros.yaml -------------------------------------------------------------------------------- /.github/workflows/healthchecks_housekeeping.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pkgforge-dev/Distropacks/HEAD/.github/workflows/healthchecks_housekeeping.yaml -------------------------------------------------------------------------------- /INFO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pkgforge-dev/Distropacks/HEAD/INFO.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pkgforge-dev/Distropacks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pkgforge-dev/Distropacks/HEAD/README.md --------------------------------------------------------------------------------