[kdesrc-build] [Bug 402511] When using the --stop-on-failure argument, print contents of log file for failed build to the console

2023-12-21 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=402511

Andrew Shark  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |INTENTIONAL
 CC||ash...@linuxcomp.ru

--- Comment #5 from Andrew Shark  ---
Currently, we have clickable file names in Konsole, so they are very easy to
inspect.
And I think it is not worth it to clutter the terminal with the whole file
output for each run.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 402511] When using the --stop-on-failure argument, print contents of log file for failed build to the console

2019-12-16 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=402511

Michael Pyne  changed:

   What|Removed |Added

 CC||mklape...@kde.org

--- Comment #4 from Michael Pyne  ---
*** Bug 331203 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 402511] When using the --stop-on-failure argument, print contents of log file for failed build to the console

2019-09-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402511

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #3 from Nate Graham  ---
I've been working around this by using the following shell function to run
kdesrc-build:


# "kde build" just this repo and then set up variables
function kb {
REPO=`basename $PWD`
kdesrc-build $REPO --no-src --resume-from $REPO
ERRORFILE=~/kde/src/log/latest/$REPO/error.log
if [ -f $ERRORFILE ]
then
cat $ERRORFILE
else
source ../../build/$REPO/prefix.sh
fi
}

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 402511] When using the --stop-on-failure argument, print contents of log file for failed build to the console

2018-12-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402511

Nate Graham  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REPORTED
  Latest Commit|https://invent.kde.org/kde/ |
   |kdesrc-build/commit/c1a92f3 |
   |d547acd9cad0b2a5ed5e554cdfd |
   |a7efc3  |

--- Comment #2 from Nate Graham  ---
Oops, closed the wrong bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdesrc-build] [Bug 402511] When using the --stop-on-failure argument, print contents of log file for failed build to the console

2018-12-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402511

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||kdesrc-build/commit/c1a92f3
   ||d547acd9cad0b2a5ed5e554cdfd
   ||a7efc3
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Nate Graham  ---
Fixed in https://invent.kde.org/kde/kdesrc-build/merge_requests/2

-- 
You are receiving this mail because:
You are watching all bug changes.