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

feat(pkgbuild): use gitlab git repo for retrieving PKGBUILDs #2177

Merged
merged 1 commit into from
May 22, 2023

Conversation

Jguer
Copy link
Owner

@Jguer Jguer commented May 22, 2023

Use https://gitlab.archlinux.org/archlinux/packaging/packages for retrieving ABS PKGBUILDs

Fixes #2176

Nice side effect, no trunk folder moving anymore necessary

@Jguer Jguer self-assigned this May 22, 2023
@Jguer Jguer merged commit bd79057 into next May 22, 2023
2 checks passed
@Jguer Jguer deleted the jguer/use-gitlab-packages branch May 22, 2023 20:22
@@ -14,55 +14,30 @@ import (

const (
MaxConcurrentFetch = 20
_urlPackagePath = "%s/raw/packages/%s/trunk/PKGBUILD"
_urlPackagePath = "https://gitlab.archlinux.org/archlinux/packaging/packages/0ad/-/raw/main/PKGBUILD"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't _urlPackagePath unused?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right, curious it wasn't flagged by the linter. Opening a PR now

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@christian-heusel
Copy link
Contributor

Thanks for the fast fix! 🥳

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.

yay uses the discontinued svn2git mirror
2 participants