On Wed 07 Jan 2004 17:41, Abe Timmerman <[EMAIL PROTECTED]> wrote:
> Op een druilerige winterdag (Wednesday 07 January 2004 15:57), schreef 
> H.Merijn Brand:
> 
> > How about this for a start
> 
> I am quite happy with that. Thanks heaps!

You're welcome. You see I sometimes keep my promises

> > Then the mail header could be something like
> >
> > "\L$si->{_os}\E ($si->{_ncpu} $si->{_cpu} $si->{_cpu_type}
> > [EMAIL PROTECTED]>{_ncpu}==1?'':'s']})"
> >
> > hpux 11.00/64 (2 PA8700 PA-2.0/64 cpus)
> > aix 4.3.3.0/ML11/32 (1 PPC_604e PPC/32 cpu)
> > linux 2.4.20-4gb (1 Intel(R) Pentium(R) M processor 1400MHz (GenuineIntel
> > 1396MHz) i686 cpu)
> 
> I was thinking along these lines:
> 
> Subject: Smoke [5.9.0] 19000 PASS linux - 2.4.18-4GB (i686/1 cpu)

I suggest for the header

        $subject{_os} =~ s/^[-\w]+/\L&/;

otherwise HP-UX and AIX will show up capitalized from now on, which is not
nice in the overall picture. But We still want the `official' version in  the
verbose report

> Automated smoke report for 5.9.0 patch 19000
> (fikkie) Intel(R) Pentium(R) III Mobile CPU 1000MHz (GenuineIntel 996MHz)
>     on linux - 2.4.18-4GB (i686/1 cpu)
>     using gcc version 2.95.3 20010315 (SuSE)
> 
> > But mabe you want to strip that linux cpu somewhat more
> 
> That might be an x86 thing (this is gentoo on sparc):
> 
> $VAR1 = {
>           '_cpu_type' => 'sparc64',
>           '_host' => 'h',
>           '_ncpu' => '1',
>           '_os' => 'Linux 2.4.23-sparc-r1',
>           '_cpu' => 'TI UltraSparc I (SpitFire)'
>         };
> 
> [patch snipped, applied! #517]

Not even reformatted? Jeez, it was meant as prototyping :)


-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on  HP-UX 10.20 & 11.00, 11i,
   AIX 4.3, SuSE 8.2, and Win2k.           http://www.cmve.net/~merijn/
http://archives.develooper.com/[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org

Reply via email to