Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alpine 3.21 #1452

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Add alpine 3.21 #1452

merged 2 commits into from
Dec 6, 2024

Conversation

AKorezin
Copy link
Contributor

@AKorezin AKorezin commented Dec 6, 2024

Summary

Alpine release 3.21.0 on 2024-12-05. Archive.
It will be supported until 2026-11-01. Archive.

Additional

Alpine 3.21 has

  • 5536 in the main repository;
  • 19847 in the community repository.
for name in {main,community}; do
  count="$(curl -s "https://dl-cdn.alpinelinux.org/alpine/v3.21/$name/x86_64/APKINDEX.tar.gz" | zgrep -cP '^P:')"
  echo "$name $count";
done

Alpine edge has

  • 5544 in the main repository;
  • 19863 in the community repository;
  • 7280 in the testing repository.
for name in {main,community,testing}; do
  count="$(curl -s "https://dl-cdn.alpinelinux.org/alpine/edge/$name/x86_64/APKINDEX.tar.gz" | zgrep -cP '^P:')"
  echo "$name $count";
done

It will be supported until 2026-11-01.
There are 5536 packages in the main repo and 19847 packages in the
community repo.
There are
- 5544 packages in the main repo;
- 19863 packages in the community repo;
- 7280 packages in the testing repo.
@AMDmi3 AMDmi3 merged commit 648cf09 into repology:master Dec 6, 2024
1 check passed
@AKorezin
Copy link
Contributor Author

AKorezin commented Dec 8, 2024

Hello.
Did I break something because the repository was not added? Maybe I was overzealous with the minpackages parameter?

@AMDmi3
Copy link
Member

AMDmi3 commented Dec 9, 2024

It was not deployed yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants