This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch release/7.1 in repository ffmpeg.
commit c937e34c43d4f25692cc14155dbd4e56957ddc46 Author: Timo Rothenpieler <[email protected]> AuthorDate: Sun Nov 30 16:58:33 2025 +0100 Commit: Timo Rothenpieler <[email protected]> CommitDate: Sun Dec 7 15:54:59 2025 +0000 forgejo: apply needed CI changes for 7.1 --- .forgejo/pre-commit/config.yaml | 13 ---- .forgejo/pre-commit/ignored-words.txt | 119 ---------------------------------- .forgejo/workflows/test.yml | 2 +- 3 files changed, 1 insertion(+), 133 deletions(-) diff --git a/.forgejo/pre-commit/config.yaml b/.forgejo/pre-commit/config.yaml index f1ab7765ef..8ce116dae6 100644 --- a/.forgejo/pre-commit/config.yaml +++ b/.forgejo/pre-commit/config.yaml @@ -10,11 +10,6 @@ repos: - id: check-shebang-scripts-are-executable - id: check-yaml - id: end-of-file-fixer - - id: file-contents-sorter - files: - .forgejo/pre-commit/ignored-words.txt - args: - - --ignore-case - id: fix-byte-order-marker - id: mixed-line-ending - id: trailing-whitespace @@ -26,11 +21,3 @@ repos: language: script entry: ./tools/check_arm_indent.sh --apply pass_filenames: false -- repo: https://github.com/codespell-project/codespell - rev: v2.4.1 - hooks: - - id: codespell - args: - - --ignore-words=.forgejo/pre-commit/ignored-words.txt - - --ignore-multiline-regex=codespell:off.*?(codespell:on|\Z) - exclude: ^tools/(patcheck|clean-diff)$ diff --git a/.forgejo/pre-commit/ignored-words.txt b/.forgejo/pre-commit/ignored-words.txt deleted file mode 100644 index 870fd96be3..0000000000 --- a/.forgejo/pre-commit/ignored-words.txt +++ /dev/null @@ -1,119 +0,0 @@ -abl -ACN -acount -addin -alis -alls -ALOG -ALS -als -ANC -anc -ANS -ans -anull -basf -bloc -brane -BREIF -BU -bu -bufer -CAF -caf -clen -clens -Collet -compre -dum -endin -erro -FIEL -fiel -filp -fils -FILTERD -filterd -fle -fo -FPR -fro -Hald -indx -ine -inh -inout -inouts -inport -ist -LAF -laf -lastr -LinS -mapp -mis -mot -nd -nIn -offsetp -orderd -ot -outout -padd -PAETH -paeth -PARM -parm -parms -pEvents -PixelX -Psot -quater -readd -recuse -redY -Reencode -reencode -remaind -renderD -rin -SAV -SEH -SER -ser -setts -shft -SIZ -siz -skipd -sme -som -sover -STAP -startd -statics -struc -suble -TE -tE -te -tha -tne -tolen -tpye -tre -TRUN -trun -truns -Tung -TYE -ue -UES -ues -vai -vas -vie -VILL -vor -wel -wih diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 2b41d486ba..8703773f1b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - image: ["ghcr.io/btbn/ffmpeg-builds/win64-gpl:latest"] + image: ["ghcr.io/btbn/ffmpeg-builds/win64-gpl-7.1:latest"] runs-on: linux-amd64 container: ${{ matrix.image }} steps: _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
