File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,27 +52,23 @@ driver, specify:
5252 Usage
5353-----
5454
55- We are going to assume that the user has a local git clone of the portage tree in
56-
57- .. code-block :: console
58-
59- /usr/local/git/gentoo
55+ We are going to assume that the user has a local git clone of the
56+ portage tree in ``/usr/local/git/gentoo ``.
6057
6158We have added a new ebuild and would like to verify that the build
62- dependencies are all correct. We can build the package (ATOM) with:
59+ dependencies are all correct. We can build the package (`` ATOM `` ) with:
6360
6461.. code-block :: console
6562
6663 ebuildtester --portage-dir /usr/local/git/gentoo \
6764 --atom ATOM \
6865 --use USE1 USE2
6966
70- where we have specified two USE flags, USE1 and USE2. The
71- `ebuildtester ` command will now create a docker container and start
72- installing the ATOM. All specified dependencies will be installed as
67+ where we have specified two USE flags, `` USE1 `` and `` USE2 `` . The
68+ `` ebuildtester ` ` command will now create a docker container and start
69+ installing the `` ATOM `` . All specified dependencies will be installed as
7370well.
7471
75-
7672Command line arguments
7773----------------------
7874
@@ -136,7 +132,7 @@ The command understands the following command line arguments:
136132 --ccache CCACHE_DIR Path to mount that contains ccache cache
137133 --batch Do not drop into interactive shell
138134
139- It is also possible to store default values in a toml configuration file at `~/.config/ebuildtester/config.toml `.
135+ It is also possible to store default values in a TOML configuration file at `` ~/.config/ebuildtester/config.toml ` `.
140136The next example shows all the configuration options that are currently available:
141137
142138.. code-block :: toml
You can’t perform that action at this time.
0 commit comments