checkdeliver.pl (7e90fac2) checkdeliver.pl (0817ece2)
1:
2eval 'exec perl -wS $0 ${1+"$@"}'
3 if 0;
4#**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 34 unchanged lines hidden (view full) ---

43my $platform = '';
44my $logfile = '';
45my $milestoneext = '';
46my $local_env = 0;
47my @exceptionmodlist = (
48 "postprocess",
49 "instset.*native",
50 "smoketest.*native",
1:
2eval 'exec perl -wS $0 ${1+"$@"}'
3 if 0;
4#**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 34 unchanged lines hidden (view full) ---

43my $platform = '';
44my $logfile = '';
45my $milestoneext = '';
46my $local_env = 0;
47my @exceptionmodlist = (
48 "postprocess",
49 "instset.*native",
50 "smoketest.*native",
51 "testautomation",
52 "testgraphical"
53 ); # modules not yet delivered
54
55#### main #####
56
57print_logged("checkdeliver.pl - checking delivered binaries\n");
58
59get_globals(); # get global variables

--- 244 unchanged lines hidden ---
51 "testgraphical"
52 ); # modules not yet delivered
53
54#### main #####
55
56print_logged("checkdeliver.pl - checking delivered binaries\n");
57
58get_globals(); # get global variables

--- 244 unchanged lines hidden ---