From 335b302c3e8efc6d8904d8f22abfdfc1b32e5759 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 19 May 2020 13:40:51 +0200 Subject: install_test_local.sh: don't rebuild osmo-trx Change-Id: Id1f54aafd600ee1ac3c230d6edb89a870f0b8f0b --- rpm-local/install_test_local.sh | 4 ++-- rpm-local/scripts/install_test_local.sh | 4 +++- 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 -- cgit v1.2.3