That was a long sequence of '...' commit message. That last fix should make it build.
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Sat, 21 May 2022 08:36:14 +0200
changeset 67 d06ee9c3f780
parent 66 b90bcdaaba0e
child 68 8eb533b797be
child 69 4c2f71fa3c98
That was a long sequence of '...' commit message. That last fix should make it build.
.github/workflows/build_bundles.yml
Dockerfile
--- a/.github/workflows/build_bundles.yml	Fri May 20 18:50:40 2022 +0200
+++ b/.github/workflows/build_bundles.yml	Sat May 21 08:36:14 2022 +0200
@@ -48,7 +48,7 @@
         touch build/sources/beremiz_src
         touch build/sources/matiec_src
         touch build/sources/canfestival_src
-        touch build/sources/own_sources
+        touch build/own_sources
         cat >> build/revisions.txt <<EOF
         beremiz_public_dist ${{ github.sha }}
         beremiz ${{ env.beremiz_revisionid }}
--- a/Dockerfile	Fri May 20 18:50:40 2022 +0200
+++ b/Dockerfile	Sat May 21 08:36:14 2022 +0200
@@ -22,7 +22,7 @@
 # easy to remember 'build' alias to invoke main makefile
 ARG OWNDIRBASENAME=beremiz_public_dist
 ENV OWNDIRBASENAME ${OWNDIRBASENAME}
-RUN /bin/echo -e '#!/bin/bash\necho XXXX $*\nmake -f /home/'$UNAME'/src/'$OWNDIRBASENAME'/Makefile $*' > /usr/local/bin/build
+RUN /bin/echo -e '#!/bin/bash\nmake -f /home/'$UNAME'/src/'$OWNDIRBASENAME'/Makefile $*' > /usr/local/bin/build
 RUN chmod +x /usr/local/bin/build
 
 USER $UNAME