mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Reflect progress in process title.
This commit is contained in:
parent
e3c26fb50d
commit
1db30bb2dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157176
@ -255,6 +255,8 @@ sub tinderbox($$$) {
|
||||
my $config = expand('CONFIG');
|
||||
my $start = time();
|
||||
|
||||
$0 = "tbmaster: building $branch for $arch/$machine";
|
||||
|
||||
$CONFIG{'BRANCH'} = $branch;
|
||||
$CONFIG{'ARCH'} = $arch;
|
||||
$CONFIG{'MACHINE'} = $machine;
|
||||
|
@ -241,6 +241,7 @@ sub logstage($) {
|
||||
my $msg = shift;
|
||||
|
||||
chomp($msg);
|
||||
$0 = "tinderbox: [$branch $arch/$machine] $msg";
|
||||
print(STDERR strftime("TB --- %Y-%m-%d %H:%M:%S - $msg\n", localtime()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user