Skip to content

Commit

Permalink
configure.ac: remove debug print statements
Browse files Browse the repository at this point in the history
Also update the copyright.

Signed-off-by: Jeff Squyres <[email protected]>
  • Loading branch information
jsquyres committed Apr 13, 2016
1 parent 2315b43 commit 373160b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/cron-make-nightly-tarball.pl
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 373160b

Please sign in to comment.