12
0

- list-common: Ignore xorg-x11-fonts, LO no longer needs it

- pkg-diff.sh: Also compare versions

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=72
This commit is contained in:
2020-04-17 09:28:30 +00:00
committed by Git OBS Bridge
parent a6ffcf2d57
commit 217678dfa5
12 changed files with 22 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ fetch_pkglist() {
local arch=$4
local binaryname=$(osc ls -b ${project} ${package} -a ${arch} -r ${repo} | grep .packages | xargs)
osc api /build/${project}/${repo}/${arch}/${package}/${binaryname} | awk -F\| '{ print $1 }' | sort -u
osc api /build/${project}/${repo}/${arch}/${package}/${binaryname} | awk -F\| '{ print printf "%s-%s-%s\n", $1, $3, $4 }' | sort -u
}
tmpdir=$(mktemp -d)