osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30512 )
Change subject: repo-install-test: print osmocom_packages_all.txt ......................................................................
repo-install-test: print osmocom_packages_all.txt
While I'm developing this, Jenkins is currently failing here. Make it easier to debug this by printing the file contents.
Related: OS#5365 Change-Id: Ifbf4ca7f49c1f4441f84695aea0936515e01ffd4 --- M scripts/repo-install-test/run-inside.sh 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/12/30512/1
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh index 7ba69ac..614fb8b 100755 --- a/scripts/repo-install-test/run-inside.sh +++ b/scripts/repo-install-test/run-inside.sh @@ -321,6 +321,8 @@ "?origin(.*$PROJ.*) ?architecture(native)" | sort \ > osmocom_packages_all.txt
+ cat osmocom_packages_all.txt + filter_packages_txt apt install -y $(cat osmocom_packages.txt) } @@ -336,6 +338,8 @@ --qf="%{name}" \ > osmocom_packages_all.txt
+ cat osmocom_packages_all.txt + filter_packages_txt dnf install -y $(cat osmocom_packages.txt) }