Changeset 37079
- Timestamp:
- Jul 17, 2014, 2:28:36 PM (12 years ago)
- Location:
- trunk/pstamp/scripts
- Files:
-
- 4 edited
-
pstamp_checkdependent.pl (modified) (1 prop)
-
pstamp_finish.pl (modified) (1 prop)
-
pstamp_insert_request.pl (modified) (1 diff)
-
pstampparse.pl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_checkdependent.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ops-20130712/pstamp/scripts/pstamp_checkdependent.pl (added) merged: 37068-37069 /tags/ipp-20130712/pstamp/scripts/pstamp_checkdependent.pl merged: 37062
- Property svn:mergeinfo changed
-
trunk/pstamp/scripts/pstamp_finish.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ops-20130712/pstamp/scripts/pstamp_finish.pl (added) merged: 37068-37069
- Property svn:mergeinfo changed
-
trunk/pstamp/scripts/pstamp_insert_request.pl
r36594 r37079 119 119 } 120 120 121 my $datestr = strftime "%Y%m%d", gmtime; 121 # put file in directory for the current date 122 my $datestr = strftime "%Y/%m/%d", gmtime; 122 123 my $datedir = "$workdir/webreq/$datestr"; 123 124 if (! -e $datedir ) { 124 if (! mkdir $datedir ) { 125 print STDERR "failed to create working directory $datedir"; 125 my $rc = system "mkdir -p $datedir"; 126 if ($rc) { 127 my $status = $rc >> 8; 128 print STDERR "failed to create working directory $datedir: $rc $status"; 126 129 exit $PS_EXIT_CONFIG_ERROR; 127 130 } 128 131 } 132 129 133 130 134 my $webreq_num = get_webreq_num(); -
trunk/pstamp/scripts/pstampparse.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ops-20130712/pstamp/scripts/pstampparse.pl (added) merged: 37068-37069
- Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
