Skip to content

Commit

Permalink
Merge tag '2023.11' into opendingux
Browse files Browse the repository at this point in the history
Release 2023.11
  • Loading branch information
pcercuei committed Dec 7, 2023
2 parents e35a816 + 954aeb7 commit 7133865
Show file tree
Hide file tree
Showing 3,967 changed files with 59,614 additions and 40,159 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1,464 changes: 1,417 additions & 47 deletions .checkpackageignore

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
tab_width = 8
trim_trailing_whitespace = true
insert_final_newline = true

[DEVELOPERS]
indent_style = tab
indent_size = tab

[{Config*.in*,linux/Config.ext.in}]
indent_style = tab
indent_size = tab

[{Makefile*,*.mk}]
indent_style = tab
indent_size = tab

[S{0..9}{0..9}*]
indent_style = tab
indent_size = tab

[*.adoc]
trim_trailing_whitespace = false
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ stages:
generate-gitlab-ci-yml:
stage: generate-gitlab-ci
script: ./support/scripts/generate-gitlab-ci-yml support/misc/gitlab-ci.yml.in > generated-gitlab-ci.yml
retry:
max: 2
when:
- runner_system_failure
- stuck_or_timeout_failure
artifacts:
when: always
paths:
Expand Down
Loading

0 comments on commit 7133865

Please sign in to comment.