- Maintenance script qa-remote.sh:
* Make rpm matching yet more precise. - Update patch: * gdb-tdep-fix-powerpc-ieee-128-bit-format-arg-passing.patch - Add patches: * gdb-handle-pending-c-after-rl_callback_read_char.patch * gdb-testsuite-fix-have_mpx-test.patch * gdb-symtab-fix-handling-of-dw_tag_unspecified_type.patch * gdb-testsuite-fix-gdb.dwarf2-dw2-unspecified-type-foo.c-with-m32.patch OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=333
This commit is contained in:
@@ -54,14 +54,16 @@ get_item ()
|
||||
mkdir -p $dir
|
||||
fi
|
||||
|
||||
if [ ! -f $dir/gdb-testresults-12.1-*.$arch.rpm ]; then
|
||||
rpm=$(echo $dir/gdb-testresults-12.1-*.*.rpm)
|
||||
rpm=$(for f in $rpm; do echo $f; done | grep -v nosrc)
|
||||
if [ ! -f $rpm ]; then
|
||||
osc getbinaries -q -M testsuite -d $dir $c $arch
|
||||
fi
|
||||
|
||||
if [ ! -d $pkgs/gdb-testresults.$c.$arch ]; then
|
||||
(
|
||||
cd $dir
|
||||
extract gdb-testresults-12.1-*.$arch.rpm
|
||||
extract $rpm
|
||||
)
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user