Tobi Schäfer tobi
  • Joined on 2024-10-30
tobi pushed to main at antville/antville 2025-04-22 19:17:32 +00:00
6e6a5ce191 Merge pull request 'Get rid of the annoying log message “done”' (#495) from remove-annoying-log-message into main
eb3f749ba1 Get rid of the annoying log message “done”
Compare 2 commits »
tobi created pull request antville/antville#495 2025-04-22 19:17:02 +00:00
Get rid of the annoying log message “done”
tobi pushed to main at antville/helma 2025-04-11 18:52:16 +00:00
27cdc5104b Reorganize and refurbish .gitignore file
tobi commented on pull request antville/helma#103 2025-04-11 11:45:14 +00:00
Update Jetty packages (major)

Looks good at the test instance:

  • image and file upload as well as fetch from remote URL work
  • health page shows the Proxmox graphs
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 11:23:11 +00:00
745ce5bfca Merge branch 'main' into renovate/major-jetty-packages
c4abd27ac7 Make deploy script executable
6b88318bcd Fix regression of Java sources not being processed before compiling
Compare 3 commits »
tobi pushed to main at antville/helma 2025-04-11 11:22:54 +00:00
c4abd27ac7 Make deploy script executable
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 11:17:01 +00:00
tobi commented on issue antville/helma#132 2025-04-11 11:15:55 +00:00
Error in workflow when there is a non-ASCII character in source code

Fixed by reconfiguring the runner:

diff --git a/etc/forgejo-runner/config.yml b/etc/forgejo-runner/config.yml
index 0110996..f528a46 100644
--- a/etc/forgejo-runner/config.yml
+++…
tobi closed issue antville/helma#132 2025-04-11 11:15:55 +00:00
Error in workflow when there is a non-ASCII character in source code
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 10:36:02 +00:00
76189d2997 Test pls ignore
tobi commented on issue antville/helma#132 2025-04-11 10:26:09 +00:00
Error in workflow when there is a non-ASCII character in source code

Looks like the runner is using US-ASCII, probably because of LANG=C?

$ whoami
runner
$ locale
LANG=C
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US…
tobi opened issue antville/helma#132 2025-04-11 10:25:47 +00:00
Error in workflow when there is a non-ASCII character in source code
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 10:25:38 +00:00
98854ac3c9 Fix regression of Java sources not being processed before compiling
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 10:24:11 +00:00
2ec02c7940 Revert "Do not use non-ASCII charaters in Java source code, yet"
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 09:49:15 +00:00
ee7d543811 Merge branch 'main' into renovate/major-jetty-packages
6b88318bcd Fix regression of Java sources not being processed before compiling
Compare 2 commits »
tobi pushed to main at antville/helma 2025-04-11 09:48:53 +00:00
6b88318bcd Fix regression of Java sources not being processed before compiling
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-11 09:45:26 +00:00
2d9b330cea Fix regression of Java sources not being processed before compiling
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-10 22:06:09 +00:00
9dee4993f1 Do not use non-ASCII charaters in Java source code, yet
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-10 21:59:46 +00:00
854df4e865 Enable UTF-8 in Java source files
tobi pushed to renovate/major-jetty-packages at antville/helma 2025-04-10 21:42:20 +00:00
517735e53d Make deploy script executable