diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-01-22 19:55:04 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-01-22 19:55:04 +0100 |
| commit | 41dcf9e81a940ba96cc0a98739d5517235a446ea (patch) | |
| tree | 8fbca6f981f7f6eff0847c41b58e33410c97cb36 | |
| parent | 2f7c8cf5a4818d3844c971dd2a32c8857473923c (diff) | |
| download | applause2-master.tar.gz | |
CI: fixed missing `rename`HEADmaster-fmsbw-cimaster
| -rwxr-xr-x | .fmsbw/50-ubuntu22-appimage | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.fmsbw/50-ubuntu22-appimage b/.fmsbw/50-ubuntu22-appimage index 4be3f6b..40d22e0 100755 --- a/.fmsbw/50-ubuntu22-appimage +++ b/.fmsbw/50-ubuntu22-appimage @@ -10,6 +10,12 @@ set -ex # FIXME: We could get automatic mounting to work with fusefs in the host and by exposesing /dev/fuse. #./pkg2appimage.AppImage --appimage-extract +# NOTE: The LDoc version from LuaRocks is just as old. +# Also, it does not appear to contain a Markdown plugin as is claimed +# in the documentation. +# This could also be done in a freebsd14-small pod. +apt-get install -o APT::Cache-Start=100000000 -y rename lua-ldoc lua-discount + ~/pkg2appimage/squashfs-root/AppRun AppImage.yml cd out rename 's/.*\.glibc/Applause-nightly-glibc/' *.AppImage @@ -19,12 +25,6 @@ mkdir -p /opt/htdocs/downloads/nightly/ mv *.AppImage /opt/htdocs/downloads/nightly/ cd .. -# NOTE: The LDoc version from LuaRocks is just as old. -# Also, it does not appear to contain a Markdown plugin as is claimed -# in the documentation. -# This could also be done in a freebsd14-small pod. -apt-get install -o APT::Cache-Start=100000000 -y rename lua-ldoc lua-discount - # We apparently cannot change what page is shown in index.html, # so we rename it to api.html and redirect in index.html. ldoc -o api . |
