[PATCH 2/2] doc: First attempt at CD

Sean Paul sean at poorly.run
Wed Aug 29 17:06:29 UTC 2018


On Wed, Aug 29, 2018 at 05:25:25PM +0200, Daniel Vetter wrote:
> This gives us a nice
> 
> https://drm.pages.freedesktop.org/maintainer-tools
> 
> Which means we can simply change the old place to a web redirect, and
> it'll all work out with the new location. Plus disable the
> intel-gfx-ci job for maintainer-tools ofc.
> 
> v2: Update url in documentation.

I really shouldn't start reading mail from the bottom of my inbox.

v2 is also

Reviewed-by: Sean Paul <seanpaul at chromium.org>


> 
> Cc: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
> Cc: Daniel Stone <daniels at collabora.com>
> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
> ---
>  .gitlab-ci.yml | 12 ++++++++++++
>  dim.rst        |  2 +-
>  2 files changed, 13 insertions(+), 1 deletion(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 9050d3eaf4e8..a23c324e1967 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -7,3 +7,15 @@ check:
>      stage: build
>      script:
>        - make check
> +
> +pages:
> +    stage: deploy
> +    script:
> +      - make html
> +      - cp -r _build/html public
> +    artifacts:
> +        paths:
> +          - public
> +    only:
> +        refs:
> +          - master
> diff --git a/dim.rst b/dim.rst
> index e47337783b49..b149fa39445e 100644
> --- a/dim.rst
> +++ b/dim.rst
> @@ -28,7 +28,7 @@ the drm-intel_ and drm-misc_ git repositories.
>  
>  This man page is a command-line reference for the tool only; for more
>  comprehensive documentation, including a getting started guide, see
> -https://01.org/linuxgraphics/gfx-docs/maintainer-tools/index.html, or the same
> +https://drm.pages.freedesktop.org/maintainer-tools/, or the same
>  in source form at https://gitlab.freedesktop.org/drm/maintainer-tools.
>  
>  .. _drm-intel: drm-intel.html
> -- 
> 2.18.0
> 
> _______________________________________________
> dim-tools mailing list
> dim-tools at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dim-tools

-- 
Sean Paul, Software Engineer, Google / Chromium OS


More information about the dim-tools mailing list