[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 24/25] sg-report-host-history: Make --html-dir have to be host/
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- sg-report-host-history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sg-report-host-history b/sg-report-host-history index ad9f248..f4e73e9 100755 --- a/sg-report-host-history +++ b/sg-report-host-history @@ -136,7 +136,7 @@ sub reporthost ($) { die if $hostname =~ m/[^-_.+0-9a-z]/; - my $html_file= "$htmlout/host.$hostname.html"; + my $html_file= "$htmlout/$hostname.html"; open H, "> $html_file.new" or die "$html_file $!"; my $title= "host history $hostname\n"; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |