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
Updated Wizard for X9 radios. (#4910)
[opentx.git]
/
jenkins
/
nightly-22
/
release-all.sh
blob
a32c0f3f4ccef244589700007c3e5aa1b0c8a4f6
1
#!/bin/bash
2
3
# stops on first error
4
set -e
5
set -x
6
7
# make sure we are in the good directory
8
DIR
=
$
(
cd
"$( dirname "
${BASH_SOURCE[0]}
" )"
&&
pwd
)
9
cd
${DIR}
10
source
.
/
version.sh
11
12
# release all components
13
.
/
release-companion.sh
14
.
/
release-firmware.sh
15