diff --git a/config/cron-make-nightly-tarball.pl b/config/cron-make-nightly-tarball.pl index a1764335bdc..b030a053425 100755 --- a/config/cron-make-nightly-tarball.pl +++ b/config/cron-make-nightly-tarball.pl @@ -1,5 +1,6 @@ #!/usr/bin/env perl - +# +# Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. # # Script to automate the steps to make pristine nightly tarballs and # place them in a specified output directory (presumeably where the @@ -272,14 +273,12 @@ sub submit_to_coverity { my $str = "libfabric-$libfabric_version\n" . "fabtests-$fabtests_version\n"; write_file("$download_dir_arg/latest-snapshot.txt", $str); - print "******** WRITING TO $download_dir_arg/latest-snapshot.txt\n"; verbose("** Re-writing latest-snapshot.txt file...\n"); my $dirname = basename($download_dir_arg); $str = "$dirname/libfabric-$libfabric_version\n" . "$dirname/fabtests-$fabtests_version\n"; write_file("$download_dir_arg/../latest-snapshot.txt", $str); - print "********** WRITING TO $download_dir_arg/../latest-snapshot.txt\n"; } # Run the coverity script if requested