Tag: patch
This should fix it. Needs testing.
--- getbuildlog.sh 2022-06-13 22:42:31.607100283 +0500
+++ getbuildlog.sh-681779 2022-06-13 22:36:46.879528040 +0500
@@ -93,7 +93,9 @@
trap 'rm -f "$ALL_LOGS"' EXIT
-wget -q -O $ALL_LOGS "$BASE/status/logs.php?pkg=$PACKAGE"
+wget -q -O
Package: devscripts
Version: 2.12.1
Severity: normal
Hello,
trying to automate log retrieval through getbuildlog is a bit tricky
since it exits with 0 all the time, even if a log can't be found.
Example:
getbuildlog foo bar baz; echo $?
0
It would be helpful if it would exit with non-0 if a
2 matches
Mail list logo