Skip to content
Snippets Groups Projects
Verified Commit 1f6736f3 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Fix web-url-checker. Fixes #3048.

parent 640c5f0a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ web url checker:
- >
urlchecker check --retry-count 5 --file-types .pandoc,.md
--white-listed-files releases/*
--white-listed-urls https://jenkins.opengeosys.org/job/ufz/job/ogs-container-maker/job/master/build,http://yourproxy.example.com,https://apt.kitware.com/ubuntu/,https://github.com/YOUR-USERNAME/ogs,https://jenkins.opengeosys.org/github-webhook/,http://localhost:1313,https://github.com/ufz/ogs/pull/\$1,http://www.opengeosys.org/images/xsd/OpenGeoSysXXX.xsd,https://\`-protocol,https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/new,https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/_out/images?job=container,https://jquery.org/license/,https://ogsstorage.blob.core.windows.net/binaries/ogs6/\,https://gitlab.opengeosys.org/ogs/ogs/-/tags/new
--white-listed-urls https://jenkins.opengeosys.org/job/ufz/job/ogs-container-maker/job/master/build,http://yourproxy.example.com,https://apt.kitware.com/ubuntu/,https://github.com/YOUR-USERNAME/ogs,https://jenkins.opengeosys.org/github-webhook/,http://localhost:1313,https://github.com/ufz/ogs/pull/\$1,http://www.opengeosys.org/images/xsd/OpenGeoSysXXX.xsd,https://\`-protocol,https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/new,https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/_out/images?job=container,https://jquery.org/license/,https://ogsstorage.blob.core.windows.net/binaries/ogs6,https://gitlab.opengeosys.org/ogs/ogs/-/tags/new
content
preview web site:
......
......@@ -16,7 +16,7 @@ weight = 1051
- Create a [new release on GitLab](https://gitlab.opengeosys.org/ogs/ogs/-/tags/new)
- Fill in the message, e.g. "OpenGeoSys Release 6.0.8"
- Fill in the release notes from the Wiki
- Copy release binaries and container images from CI job to Azure OGS storage at <https://ogsstorage.blob.core.windows.net/binaries/ogs6/\[tag\]>
- Copy release binaries and container images from CI job to Azure OGS storage to a subdirectory containing the tag name at <https://ogsstorage.blob.core.windows.net/binaries/ogs6>
- Create new web release page with generated artifacts
- [Create a release on GitHub](https://github.com/ufz/ogs/releases/new) which in turn creates a [Zenodo release](https://zenodo.org/account/settings/github/repository/ufz/ogs#)
- Create a discourse announcement post
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment