Get IBS setup working with refactored code #33

Manually merged
adamm merged 6 commits from adrianSuSE/autogits:refactor into refactor 2025-05-08 10:52:08 +02:00

6 Commits

Author SHA256 Message Date
909df35141 handle build results different when request with lastbuild=1
In that case we need to

 * ignore repo state as it is the current one. There is no last state
 * handle "unkown" state as finished as the package was never attempted,
   but we don't know the reason (eg. broken source or unresolvable)
2025-05-07 16:52:50 +02:00
2f3f5aa56c Implementing cleanup of closed requests 2025-05-07 16:29:50 +02:00
657b36e07d common: fix parsing commit messages 2025-05-07 14:10:50 +02:00
c359827361 Drop release targets in pull request projects 2025-05-05 14:14:32 +02:00
1661dc451b Fix QA project setup handling 2025-05-05 13:02:09 +02:00
fa61af0db6 Implement detection for local repositories
Repositories which build against another repo in the same project need
to do so also in the forked project. This is eg for consuming rpms
from one repo in an image build from same project.
2025-05-05 11:26:07 +02:00