Changeset 69


Ignore:
Timestamp:
11/29/05 02:13:57 (19 years ago)
Author:
thauvin
Message:
  • add usefull info
Location:
trunk/soft/ObsData/ObsData
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ObsData/Archive.pm

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r19 r69  
    99use ObsData::Archive::Compressed; 
    1010use ObsData::Archive::Tar; 
     11 
     12our $CVSID = q$Id$; 
     13our $CVSREV = (q$Revision$ =~ /^Revision: (.*) $/)[0]; 
    1114 
    1215my $error = {}; 
  • trunk/soft/ObsData/ObsData/Repository.pm

    • Property cvs2svn:cvs-rev changed from 1.15 to 1.16
    r68 r69  
    256256        $ltime 
    257257    ); 
     258    $self->{status}->newval( 
     259        $self->{archivefile}, 
     260        "data_processversion_$self->{datafile}", 
     261        $ObsData::VERSION 
     262    ); 
     263 
    258264    $self->{status}->SetParameterComment( 
    259265        $self->{archivefile},  
Note: See TracChangeset for help on using the changeset viewer.