chiark / gitweb /
bin/mdw-sbuild-server: Align `sbuild' output in the log spew.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 20 Sep 2019 02:03:53 +0000 (03:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 20 Sep 2019 02:03:53 +0000 (03:03 +0100)
bin/mdw-sbuild-server

index 964e0313665aa823faf3148db350e8346d382084..88e4ae792e429f95da0a3e5603baa88f110128a0 100755 (executable)
@@ -281,7 +281,7 @@ sbuild-wrap = \\
            *) echo failed rc=\$\$rc >build-status.\$\$full ;; \\
          esac; } | \\
        while IFS= read -r line; do \\
-         printf "%s: %s\n" "\$\$full" "\$\$line"; \\
+         printf "%-21s | %s\n" "\$\$full" "\$\$line"; \\
        done; \\
        read st _ <build-status.\$\$full && \\
        case \$\$st in ok) exit 0 ;; *) exit 1 ;; esac