- 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:
@@ -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
|
||||
)
|
||||
;;
|
||||
|
||||
|
Reference in New Issue
Block a user