commit 061f4bc45de607362b2a90b97ef322cbbac88f44 parent 43ed114d438fa16fdd114a01bc3a12c02257855e Author: sin <sin@2f30.org> Date: Thu, 4 Sep 2014 11:44:59 +0100 Log build output for all stages Diffstat:
M | upgrade-obsd | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/upgrade-obsd b/upgrade-obsd @@ -38,7 +38,7 @@ finish() { sysmerge } -buildkernel -buildworld -buildxenocara -finish +buildkernel | tee kernel.output +buildworld | tee world.output +buildxenocara | tee xenocara.output +finish | tee finish.output