Skip to content

Commit

Permalink
adjust mirage example for qubes 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xaki23 committed Dec 11, 2022
1 parent eb4f67d commit eb9100b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example-configs/mirage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#


RELEASE := 4.0
RELEASE := 4.1
SSH_ACCESS := 0
GIT_BASEURL := https://github.com
GIT_PREFIX := QubesOS/qubes-
Expand All @@ -33,7 +33,7 @@ DEBUG = 0
VERBOSE = 0
NO_SIGN = 1

DIST_DOM0 ?= fc25
DIST_DOM0 ?= fc32

# Only build templates (comment out or set to '0' to build all of Qubes).
TEMPLATE_ONLY ?= 0
Expand All @@ -48,8 +48,8 @@ GIT_URL_mirage_ssh_agent = $(GIT_BASEURL)/reynir/qubes-mirage-ssh-agent.git
GIT_URL_mirage_firewall = $(GIT_BASEURL)/mirage/qubes-mirage-firewall.git
BRANCH_builder_mirage = master
BRANCH_mirage_ssh_agent = master
BRANCH_mirage_firewall = master
NO_CHECK = mirage-ssh-agent mirage-firewall
BRANCH_mirage_firewall = main
INSECURE_SKIP_CHECKING = mirage-ssh-agent mirage-firewall

DEPENDENCIES ?=
DEPENDENCIES += git rpmdevtools rpm-build createrepo perl-Digest-MD5 perl-Digest-SHA
Expand Down

0 comments on commit eb9100b

Please sign in to comment.