Changes
Page history
Update Maintenance
authored
Aug 06, 2021
by
Fabian Nuraddin Alexander Gabel
Hide whitespace changes
Inline
Side-by-side
Maintenance.md
View page @
0c45537e
...
@@ -2,6 +2,14 @@
...
@@ -2,6 +2,14 @@
There are several tasks that need to be done regularly.
There are several tasks that need to be done regularly.
## Daily and Weekly Builds
Using
[
scheduled pipelines
](
https://docs.gitlab.com/ee/ci/pipelines/schedules.html
)
, the project gets rebuilt every
*
day on
`dev`
*
week on
`master`
See https://collaborating.tuhh.de/cfg0846/research-topics-mat-tuhh/-/pipeline_schedules to see the currently active schedules.
## Link Checker
## Link Checker
Thanks to the Rechenzentrum, all projects that are properly registered feature a link checker, that runs once a month and checks for dead links:
Thanks to the Rechenzentrum, all projects that are properly registered feature a link checker, that runs once a month and checks for dead links:
...
@@ -12,7 +20,7 @@ Apparently this job checks all folders on `www3` and `www3-dev` recursively and
...
@@ -12,7 +20,7 @@ Apparently this job checks all folders on `www3` and `www3-dev` recursively and


### Deleting Link Checker Issues
### Deleting Link Checker Issues
You can use the
[
GitLab Api
](
https://docs.gitlab.com/ee/api/
)
for this. Issues have been deleted using
You can use the
[
GitLab Api
](
https://docs.gitlab.com/ee/api/
)
for this. Issues have been deleted using
*
[
Postman
](
https://www.postman.com/
)
*
[
Postman
](
https://www.postman.com/
)
...
...
...
...