From 41dcf9e81a940ba96cc0a98739d5517235a446ea Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 22 Jan 2026 19:55:04 +0100 Subject: CI: fixed missing `rename` --- .fmsbw/50-ubuntu22-appimage | 12 ++++++------ 1 file 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 . -- cgit v1.2.3