aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-19 13:40:51 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-19 13:40:51 +0200
commit335b302c3e8efc6d8904d8f22abfdfc1b32e5759 (patch)
treed421e78c9d800c37fd112ea04740a85dc8012943
parentf2d3218fa5853a5f7dbeab7e4b74a227136f31aa (diff)
install_test_local.sh: don't rebuild osmo-trx
-rwxr-xr-xrpm-local/install_test_local.sh4
-rwxr-xr-xrpm-local/scripts/install_test_local.sh4
2 files changed, 5 insertions, 3 deletions
diff --git a/rpm-local/install_test_local.sh b/rpm-local/install_test_local.sh
index d69dd09..21d1ac0 100755
--- a/rpm-local/install_test_local.sh
+++ b/rpm-local/install_test_local.sh
@@ -8,8 +8,8 @@ if ! [ -e ".build.docker.$IMAGE" ]; then
fi
# rebuild osmo-trx
-rm -f .build.package.osmo-trx
-./build.sh
+# rm -f .build.package.osmo-trx
+# ./build.sh
docker run \
-it \
diff --git a/rpm-local/scripts/install_test_local.sh b/rpm-local/scripts/install_test_local.sh
index 6214e31..4fdc3f6 100755
--- a/rpm-local/scripts/install_test_local.sh
+++ b/rpm-local/scripts/install_test_local.sh
@@ -24,4 +24,6 @@ done
# Remove local repo related cache
rm -rf /var/cache/dnf/osmocom*
-dnf --setopt=keepcache=1 -y install osmo-trx-uhd
+dnf --setopt=keepcache=1 -y install osmo-trx-uhd osmo-trx-ipc
+
+bash