Compare commits

..

1 Commits

Author SHA1 Message Date
9431044351 feat: updated comments in build job
All checks were successful
Build / build (pull_request) Successful in 2m2s
2024-12-01 01:31:42 +11:00

View File

@ -32,7 +32,7 @@ build:
@cd $(RPMS_DIR)/$(PACKAGE_NAME) && \
export PACKAGE_RELEASE=$$(cat $(PACKAGE_VERSION)/release) && \
export PACKAGE_FULL_NAME=$(PACKAGE_NAME)-$(PACKAGE_VERSION)-$$PACKAGE_RELEASE && \
@echo "Checking repos for $$PACKAGE_FULL_NAME" && \
echo "Checking repos for $$PACKAGE_FULL_NAME" && \
if dnf info $$PACKAGE_FULL_NAME $(REPO_OPTIONS) > /dev/null 2>&1; then \
echo "Skipping build for $(PACKAGE_NAME) version $(PACKAGE_VERSION) (already exists in the repository)"; \
else \