repo.or.cz
/
opentx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Compilation fix
[opentx.git]
/
jenkins
/
release-20
/
release-lua.sh
blob
d22b1a61b2d2243b273b37e2545ac1d08964acbe
1
#!/bin/bash
2
3
# stops on first error
4
set -e
5
6
# make sure we are in the good directory
7
cd
~opentx
/
release-20
/
8
9
# pull the latest changes
10
.
/
update-repo.sh
11
12
# make the stamp
13
cd
opentx
/
radio
/
wizard
/
14
zip
-r
/
var
/
www
/
html
/
lua-20
/
wizard.
zip
*
.lua
*
.bmp
15