Replies: 3 comments 13 replies
-
I think we should stick to the convention for |
Beta Was this translation helpful? Give feedback.
-
We could potentially tone it down to a cronjob instead for now, so push it once per day/once per week if new commits have happened. The reason we started pushing changes through the CI pipeline was to ensure people actually got the new updates without having to use the This could be alleviated by having multiple AUR packages, as other packages normally do. Would a |
Beta Was this translation helpful? Give feedback.
-
would it be possible to put all the submodule libs in the release tar? this would ease the release packages as you can then just build from that directly without jumping through any hoops |
Beta Was this translation helpful? Give feedback.
-
currently it seems the aur package gets version bumped on every single git commit this causes the package to be rebuild constantly for everyone that has the -git installed from the aur.
I did a quick check with some others in #archlinux and everyone agreed vcs packages are really only meant to be updated for packaging changes, not every commit or even really any version change in software for that matter.
my suggestions here would be to test the pkgbuild in ci, but only push to aur unless an error causing it to not build correctly is fixed. not sure how this would be achieved as I'm not that familiar with ci, possibly some special commit tag?
would also be interested what others think as I have gotten some odd stuff before on the
chatterino2-git
package, like it being flagged as 'out-of-date' when there wasnt any packaging issue.Beta Was this translation helpful? Give feedback.
All reactions