You are not logged in.
I have makepkg running in some CI pipelines so my PKGBUILDs can automatically update when the upstream updates their packages.
Right now, the Git repositories are cloned under the root user, and then makepkg is ran under a user I create. I currently don't 'chmod' the directory or anything, which is, as normally expected, causing issues.
I know normally makepkg would need write permissions, but why so when all I'm asking it to do is generate text for a .SRCINFO file?
Yes, I could simply 'chown' the directory, and it's what I'm gonna do for now, but it doesn't make sense to me that it should be like that.
Any chance makepkg could skip write errors when only '--printsrcinfo' is called (and quite frankly root checks too)?
Last edited by hwittenborn (2021-06-19 10:37:21)
makedeb: create Debian archives from PKGBUILDs
Offline
File a feature request in the bug tracker.
Offline
Will do, thanks!
makedeb: create Debian archives from PKGBUILDs
Offline