Changeset 21497 for branches/ipp-magic-v0/psconfig/psbuild
- Timestamp:
- Feb 15, 2009, 5:13:24 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ipp-magic-v0/psconfig/psbuild (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ipp-magic-v0/psconfig/psbuild
r19883 r21497 1 1 #!/usr/bin/env perl 2 3 # Get the CVS tag 4 $cvsNameString= '$Name: not supported by cvs2svn $'; 5 if ( $cvsNameString =~ /\$Name: not supported by cvs2svn $/ ) { 6 $cvsTag = $1; 7 } 8 else { die "ERROR: cannot parse CVS tag string\n"; } 2 9 3 10 $tagsets = "tagsets"; … … 96 103 97 104 if ( @ARGV == 0) { 98 @list = <$tagsets/*.dist>;99 $ distribution = $list[-1];105 $defaultversion = $cvsTag; 106 $file="$tagsets/$defaultversion.dist"; 100 107 } else { 101 108 $distribution = "$tagsets/$ARGV[0].dist";
Note:
See TracChangeset
for help on using the changeset viewer.
