From 68d28cb81f0900a4dc23aff20fb5308c4633b4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Mon, 22 Apr 2019 21:57:22 +0200 Subject: [PATCH] Fixed build_in_buildservice stale references Fixed style issues reported on sphinx build. Also deleted pointers to non existing references --- doc/source/building/build_in_buildservice.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/source/building/build_in_buildservice.rst b/doc/source/building/build_in_buildservice.rst index 46a64753..4682eeec 100644 --- a/doc/source/building/build_in_buildservice.rst +++ b/doc/source/building/build_in_buildservice.rst @@ -86,8 +86,7 @@ The notable differences to running KIWI locally include: * OBS will by default only build a single image type. If your appliance contains the multiple build types or uses profiles, use the `multibuild - `_ - feature (see :ref:`building-build-with-profiles`). + `_ feature. * Subfolders in OBS projects are ignored by default by :file:`osc` and must be explicitly added via `osc add $FOLDER` [#f2]_. Bear that in mind when @@ -138,8 +137,7 @@ your dependent packages. These repositories can be provided in two ways: This instructs OBS to inject the repositories from your project into - your appliance (see also - :ref:`xml-description-supported-supported-repository-paths`). + your appliance. Additional repositories can be added by invoking ``osc meta -e prj`` and adding a line of the following form as a child of ```_ archive and decompresses it before running your builds. The only downside of this is, that the -contents of your overlay is not conveniently visible via the web + contents of your overlay is not conveniently visible via the web interface. .. [#f3] Taken from the project