2019-05-14, 22:00
I read through this wiki page and found the instructions there to be outdated and lacking. Is there a template one can use to flag a page as such?
(2019-05-16, 02:17)graysky Wrote: Actually, the default option on a git package is to pull down the latest commit despite the fact that the PKGBUILD contains an older commit, so no worries there. I guess I could modify the text to:That means users would have to commit the changes to a certain repo just for the sake of compiling their local copies. That's not really the goal of those docs. Isn't it possible to point pkgbuild to a local folder on the fs?
1) Point the git PKGBUILD.
2) Show how to change the source repo from the official one to a fork which presumably people modifying the source would do (ie fork their own copy and build from it).
Is that more aligned with the goals?
(2019-05-16, 14:08)enen92 Wrote:(2019-05-16, 02:17)graysky Wrote: Actually, the default option on a git package is to pull down the latest commit despite the fact that the PKGBUILD contains an older commit, so no worries there. I guess I could modify the text to:That means users would have to commit the changes to a certain repo just for the sake of compiling their local copies. That's not really the goal of those docs. Isn't it possible to point pkgbuild to a local folder on the fs?
1) Point the git PKGBUILD.
2) Show how to change the source repo from the official one to a fork which presumably people modifying the source would do (ie fork their own copy and build from it).
Is that more aligned with the goals?