Compare commits

..

1 Commits

Author SHA1 Message Date
fdbf375076 feat: only build packages that dont exist
Some checks failed
Build / build (pull_request) Failing after 1m1s
- check the rpm repo to confirm if a package already exists
2024-12-01 01:09:27 +11:00

View File

@ -16,7 +16,7 @@ list:
cache:
echo "Refreshing DNF cache..." && \
sudo dnf clean all && \
sudo dnf makecache
sudo dnf makecache && \
# Build specific package/version
.PHONY: $(PACKAGES)