aboutsummaryrefslogtreecommitdiffstats
path: root/coverity/build_Osmocom.sh
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-10-11 14:05:25 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-10-11 14:06:36 +0200
commit6fbe3aa929a097edc4c5f58fdb7c11a894c80127 (patch)
treeccde43e53cb7da5f278bd003a06073fb783a489a /coverity/build_Osmocom.sh
parent5b4e64c3059fe5b79c9ee06f772ae5dea90e6f59 (diff)
coverity: check out clean sources every timeneels/test
Diffstat (limited to 'coverity/build_Osmocom.sh')
-rwxr-xr-xcoverity/build_Osmocom.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index d00ad51..842f496 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -15,10 +15,6 @@ git_branch() {
}
do_build() {
- git fetch
- git reset --hard "origin/$(git_branch)"
- git clean -dxf
- git checkout .
autoreconf --install --force
./configure --prefix="$prefix" $*