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
Attempt to make the OSX package (no need to build a firmware)
[opentx.git]
/
jenkins
/
get-from-server.sh
blob
068de6a19ceeb45a8dff751e97a484b0ba7cab02
1
#!/bin/bash
2
3
set -e
4
set -x
5
6
# in this file define ssh options (like private key)
7
source
~
/
.opentx-jenkins-settings
8
9
function
download
() {
10
# $1 is release directory name
11
mkdir
-p
${1}
12
scp
${SCP_OPT} ${USERNAME}@jenkins.open-tx.org:/home/opentx/${1}/*.sh ${1}
/
13
#chmod 774 ${1}/*.sh
14
}
15
16
download release-20
17
download nightly-21
18
download release-21
19
download nightly-22