aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-12-08 12:43:47 +0100
committerOliver Smith <osmith@sysmocom.de>2022-12-08 13:41:56 +0100
commit2a1ccad31ef83bdd0dbcda9719b560f4679d7000 (patch)
tree83cce56d24357128706ae34713049a22b9bb50c1
parentafc2017b5b407ff45831e855005c318396e56ecf (diff)
repo-install-test: sort centos pkgs from repoquery
Apparently the output of repoquery isn't always sorted, it started failing on jenkins after moving the test inside qemu. Add an explicit sort. Fix for: + comm -23 osmocom_packages_all.txt blacklist.txt comm: file 1 is not in sorted order Related: OS#5365 Change-Id: Icb00df102555e06b66b1c2597488b625e3c77f1c
-rwxr-xr-xscripts/repo-install-test/run-inside.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/repo-install-test/run-inside.sh b/scripts/repo-install-test/run-inside.sh
index 614fb8b..251fa3d 100755
--- a/scripts/repo-install-test/run-inside.sh
+++ b/scripts/repo-install-test/run-inside.sh
@@ -336,6 +336,7 @@ install_repo_packages_centos() {
--repoid="$(proj_with_underscore "$PROJ")" \
--archlist="x86_64,noarch" \
--qf="%{name}" \
+ | sort \
> osmocom_packages_all.txt
cat osmocom_packages_all.txt