Skip to content

Commit

Permalink
Bump TEST_OS to fedora-38
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmatus committed Jul 11, 2023
1 parent 7822dfd commit 1040a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ css or other issues:
# Running tests locally

Run `make vm` to build an RPM and install it into a standard Cockpit test VM.
This will be `fedora-37` by default. You can set `$TEST_OS` to use a different
This will be `fedora-38` by default. You can set `$TEST_OS` to use a different
image, for example

TEST_OS=centos-8-stream make vm
Expand Down
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-37
TEST_OS = fedora-38
endif
export TEST_OS
TARFILE=$(RPM_NAME)-$(VERSION).tar.xz
Expand Down

0 comments on commit 1040a6f

Please sign in to comment.