ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/scramds
Revision: 1.5
Committed: Fri Dec 10 13:57:46 2004 UTC (20 years, 5 months ago) by sashby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
State: FILE REMOVED
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 williamc 1.2 #
2     # Check a product composition file to see if any of its components have
3     # changed
4     #
5    
6 williamc 1.4 use BuildSystem::DateStampChecker;
7 williamc 1.2
8     my $datefile=shift @ARGV;
9 williamc 1.4 my $p=BuildSystem::DateStampChecker->new($ENV{LOCALTOP},$ENV{RELEASETOP});
10     use Cwd;
11     $dir=cwd();
12     $p->datefiles($dir."/".$datefile);