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
/
update-repo.sh
blob
0d4c7d618cdfff124deb5975ef16e46e2c42e4d4
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
cd
opentx
11
git fetch
12
git checkout
2.0
13
git
reset
--hard
origin
/
2.0
14
chmod
-Rf
g
+
w . || true
15