fix helper script, add helper scripts for checking the build
This commit is contained in:
@@ -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/archlinux archlinux sh -c 'pacman -Sy && pacman -Sq fakeroot binutils mosquitto autoconf automake make gcc git && useradd test && su test -c "makepkg -p PKGBUILD.git"'
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# helper script to check the release build is fine
|
||||
docker run -it --rm -v $PWD:/build -w /build/contrib/archlinux archlinux sh -c 'pacman -Sy && pacman -Sq fakeroot binutils mosquitto autoconf automake make gcc && useradd test && su test -c "makepkg"'
|
||||
Reference in New Issue
Block a user