Skip to content

Commit

Permalink
Makefile: make fedora-41 the default TEST_OS
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly authored and martinpitt committed Dec 8, 2024
1 parent 6365b18 commit ebd3367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PACKAGE_NAME := $(shell awk '/"name":/ {gsub(/[",]/, "", $$2); print $$2}' packa
RPM_NAME := cockpit-$(PACKAGE_NAME)
VERSION := $(shell T=$$(git describe 2>/dev/null) || T=1; echo $$T | tr '-' '.')
ifeq ($(TEST_OS),)
TEST_OS = fedora-40
TEST_OS = fedora-41
endif
export TEST_OS
TARFILE=$(RPM_NAME)-$(VERSION).tar.xz
Expand Down

0 comments on commit ebd3367

Please sign in to comment.