Skip to content

only check the latest revision for PKGBUILD and .SRCINFO

Christian Heusel requested to merge gromit/aurweb:relax-srcinfo-checking into master

This mainly does two things

  • move the existance check for .SRCINFO and PKGBUILD to be only done on the latest commit
  • create a new function for the .SRCINFO checking and invoke it only once, not once per commit

I am aware that this breaks tests, thats why I only opened a Draft, feedback is still welcome! 👍

This MR was created as a first try of implementation for the feture requested in issue #444 (closed).

Edited by Christian Heusel

Merge request reports