Skip to content

Commit 419bc86

Browse files
committed
fix: change default profile to 23.0
Signed-off-by: DerpDays <[email protected]>
1 parent 5601686 commit 419bc86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The command understands the following command line arguments:
123123
Storage driver options for all volumes (same as Docker param)
124124
--with-X Globally enable the X USE flag
125125
--with-vnc Install VNC server to test graphical applications
126-
--profile PROFILE The profile to use (default = default/linux/amd64/17.1)
126+
--profile PROFILE The profile to use (default = default/linux/amd64/23.0)
127127
--features FEATURES [FEATURES ...]
128128
Set FEATURES, see https://wiki.gentoo.org/wiki/FEATURES (default = ['-sandbox',
129129
'-usersandbox', 'userfetch'])

Diff for: ebuildtester/parse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def parse_commandline(args):
110110
parser.add_argument(
111111
"--profile",
112112
help="The profile to use (default = %(default)s)",
113-
default="default/linux/amd64/17.1")
113+
default="default/linux/amd64/23.0")
114114
parser.add_argument(
115115
'--features',
116116
help="Set FEATURES, see https://wiki.gentoo.org/wiki/FEATURES "

0 commit comments

Comments
 (0)