bring back buildwrapper as a wrapper for external scripts
This commit is contained in:
parent
1f0360b6ed
commit
ee48ef241f
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
read -p "Enter Server CN (localhost or address): " SRVNAME
|
read -p "Enter Server CN (localhost or address): " SRVNAME
|
||||||
read -p "Enter Client CN (localhost or address): " CLTNAME
|
read -p "Enter Client CN (localhost or address): " CLTNAME
|
||||||
|
|
||||||
|
|
@ -132,3 +133,8 @@ chmod +x staging/server/server
|
||||||
|
|
||||||
echo "[+] removing test logs"
|
echo "[+] removing test logs"
|
||||||
rm JobServ-Server-*
|
rm JobServ-Server-*
|
||||||
|
=======
|
||||||
|
./certs-gen.sh
|
||||||
|
./gradlew clean build
|
||||||
|
./package.sh
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue