@@ -75,13 +75,14 @@ The command understands the following command line arguments:
75
75
[--install-basic-packages] [--threads N] [--use USE [USE ...]]
76
76
[--global-use GLOBAL_USE [GLOBAL_USE ...]] [--unmask ATOM] [--unstable]
77
77
[--gcc-version VER] [--python-single-target PYTHON_SINGLE_TARGET]
78
- [--python-targets PYTHON_TARGETS] [--rm]
79
- [--storage-opt STORAGE_OPT [STORAGE_OPT ...]] [--with-X] [--with-vnc]
80
- [--profile PROFILE] [--docker-image DOCKER_IMAGE] [--pull]
78
+ [--python-targets PYTHON_TARGETS] [--rm] [--storage-opt STORAGE_OPT [STORAGE_OPT ...]]
79
+ [--with-X] [--with-vnc] [--profile PROFILE] [--features FEATURES [FEATURES ...]]
80
+ [--docker-image DOCKER_IMAGE] [--docker-command DOCKER_COMMAND] [--pull]
81
+ [--show-options] [--ccache CCACHE_DIR]
81
82
82
83
A dockerized approach to test a Gentoo package within a clean stage3.
83
84
84
- optional arguments :
85
+ options :
85
86
-h, --help show this help message and exit
86
87
--version show program's version number and exit
87
88
--atom ATOM [ATOM ...]
@@ -113,9 +114,16 @@ The command understands the following command line arguments:
113
114
--with-X Globally enable the X USE flag
114
115
--with-vnc Install VNC server to test graphical applications
115
116
--profile PROFILE The profile to use (default = default/linux/amd64/17.1)
117
+ --features FEATURES [FEATURES ...]
118
+ Set FEATURES, see https://wiki.gentoo.org/wiki/FEATURES (default = ['-sandbox',
119
+ '-usersandbox', 'userfetch'])
116
120
--docker-image DOCKER_IMAGE
117
121
Specify the docker image to use (default = gentoo/stage3)
122
+ --docker-command DOCKER_COMMAND
123
+ Specify the docker command
118
124
--pull Download latest docker image
125
+ --show-options Show currently selected options and defaults
126
+ --ccache CCACHE_DIR Path to mount that contains ccache cache
119
127
120
128
Developer Instructions
121
129
----------------------
0 commit comments