fix helper script, add helper scripts for checking the build

This commit is contained in:
John
2023-12-26 12:19:52 +01:00
parent 1cdb714b27
commit b320fb6027
5 changed files with 50 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
# helper script to check the build from git master is fine
docker run -it --rm -v $PWD:/build -w /build/contrib/alpine alpine sh -c 'apk add --upgrade abuild && adduser -D test && addgroup test abuild && su test -c "abuild-keygen -a && mkdir git && cd git && cp ../APKBUILD.git APKBUILD && abuild -r checksum && abuild -r"'