Skip to content
Commit b952a140 authored by Seblu's avatar Seblu
Browse files

seblu-push: Remove PKGBUILD sourcing

When PKGBUILD has pkgver function, sourcing it is not enough to get the package
version (used to guess the package name to push). In that case, we need to
dowload the sources and execute code to compute this version. This is heavy
and has security implication beyond push fonction.

We could have a partial PKGBUILD sourcing support by only working with the few
which doesn't have pkgver function. But this would lead to difficult to
diagnosis and the feature not worth it.
parent a234da63
Pipeline #266 passed with stages
in 5 minutes and 12 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment