ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/scramds
Revision: 1.4
Committed: Wed Nov 15 14:51:36 2000 UTC (24 years, 6 months ago) by williamc
Branch: MAIN
CVS Tags: V0_19_7, V0_19_6, V0_19_6p1, V0_19_5, SFATEST, V0_19_4, V0_19_4_pre3, V0_19_4_pre2, V0_19_4_pre1, V0_19_3, V0_19_2, V0_19_1, V0_19_0, V0_18_5, V0_18_4, V_18_3_TEST, VO_18_3, V0_18_3, V0_18_2, V0_18_1
Branch point for: SCRAM_V1_BRANCH, V0_19_4_B
Changes since 1.3: +5 -85 lines
Log Message:
wrapper for neww OO checking

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);