mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
build-release.sh: Add build-release.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9d8469562b
commit
4699570b8e
1 changed files with 8 additions and 0 deletions
8
scripts/build-release.sh
Normal file
8
scripts/build-release.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
while true; do
|
||||
make pkg-release-reinstall
|
||||
[ $? = 0 ] && break
|
||||
echo ================================================================================================================
|
||||
sleep 60
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue