]> git.ipfire.org Git - pbs.git/commit
buildservice: Fix converting paths to URLs
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Jul 2025 18:31:03 +0000 (18:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Jul 2025 18:31:03 +0000 (18:31 +0000)
commit523e69695ce507b39c227a277988913cd9e1cc71
tree79300d914e519de58a4a627f479c77c460c99e5b
parent265e85ca59709c9f1fc33131fa82ecfb00b2a866
buildservice: Fix converting paths to URLs

The relpath() function only works on absolute URLs. If we did not get
one of those, we need to call path() first to make it absolute.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/__init__.py