This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch release/4.4 in repository ffmpeg.
commit 768427b37caa12bfeeef5c883c9e017e5421c4b0 Author: Timo Rothenpieler <[email protected]> AuthorDate: Sun Nov 30 16:58:33 2025 +0100 Commit: Timo Rothenpieler <[email protected]> CommitDate: Sun Dec 7 15:55:56 2025 +0000 forgejo: apply needed CI changes for 4.4 --- .forgejo/pre-commit/config.yaml | 5 -- .forgejo/pre-commit/ignored-words.txt | 119 ---------------------------------- .forgejo/workflows/test.yml | 2 +- 3 files changed, 1 insertion(+), 125 deletions(-) diff --git a/.forgejo/pre-commit/config.yaml b/.forgejo/pre-commit/config.yaml index cbb91256ca..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 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 b0812dd647..22501975c7 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-4.4:latest"] runs-on: linux-amd64 container: ${{ matrix.image }} steps: _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
