Compare commits
1 Commits
c1af505608
...
9431044351
| Author | SHA1 | Date | |
|---|---|---|---|
| 9431044351 |
2
Makefile
2
Makefile
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user