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
Error occurred while calculating annotation data.
Log Message:
*** empty log message ***

File Contents

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