WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
r'https://gitlab\.gnome\.org/GNOME/Initiatives/-/wikis/DevOps-with-Flatpak'
]

linkcheck_ignore = [
r"https://www\.gnu\.org/.*", # Broken in GitHub actions
]

# -- Options for manual page output ---------------------------------------

# One entry per manual page. List of tuples
Expand Down
6 changes: 3 additions & 3 deletions docs/hosting-a-repository.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ The instructions will use Gitlab.com.
6. Go to ``https://gitlab.com/your_user_name/repo_name/-/settings/ci_cd``.
Expand `General` and disable public pipeline. Click Save.
Expand `variables`. Add the following
`variables <https://docs.gitlab.com/ee/ci/variables/#define-a-cicd-variable-in-the-gitlab-ciyml-file>`_
`variables <https://docs.gitlab.com/ci/variables/#define-a-cicd-variable-in-the-gitlab-ciyml-file>`_
necessary for the pipeline to run:

.. list-table::
Expand Down Expand Up @@ -322,7 +322,7 @@ This will set up a flatpak remote userwide, install the dependencies and
the application. Updates will be fetched when running ``flatpak update``
if they are available.

11. You can set up a `pipeline schedule <https://docs.gitlab.com/ee/ci/pipelines/schedules.html>`_,
11. You can set up a `pipeline schedule <https://docs.gitlab.com/ci/pipelines/schedules/>`_,
optionally to automatically check for updates using
`flatpak-x-checker <https://github.com/flathub-infra/flatpak-external-data-checker>`_
and send PRs to the repo.
Expand All @@ -331,7 +331,7 @@ if they are available.
Multi-architecture workflow
^^^^^^^^^^^^^^^^^^^^^^^^^^^

This uses Gitlab.com's `hosted aarch64 runners <https://docs.gitlab.com/ee/ci/runners/hosted_runners/linux.html#machine-types-available-for-linux---arm64>`_ for building on aarch64.
This uses Gitlab.com's `hosted aarch64 runners <https://docs.gitlab.com/ci/runners/hosted_runners/linux/#machine-types-available-for-linux---arm64>`_ for building on aarch64.

.. code-block:: yaml

Expand Down