SHA256
1
0
forked from pool/gdb

- Maintenance script qa-remote.sh:

* Use qa.sh alongside qa-remote.sh.
- Maintenance script qa.sh:
  * Add PR29783 internal error.
- Patch removed (intended effect not observed):
  * gdb-fix-watchpoints-triggered.patch

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=341
This commit is contained in:
2022-11-15 08:25:10 +00:00
committed by Git OBS Bridge
parent c883ee0252
commit afca17004c
5 changed files with 16 additions and 51 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/sh
scriptdir=$(cd $(dirname $0); pwd -P)
pwd=$(pwd -P)
root=$pwd/tmp-qa-remote
@@ -150,7 +152,7 @@ case "$n" in
shift
(
cd $root
bash $pwd/qa.sh $m
bash $scriptdir/qa.sh $m
)
;;