Ignore:
Timestamp:
2013-06-19T15:36:31+12:00 (11 years ago)
Author:
sjm84
Message:
  1. Undoing one of the commits made yesterday because 2013.06 matches the regex on GS version 3.06. The solution for naming the dec caused problems when naming the caveats. So reverting to the earlier code. 2. Correcting a test in lib.pl.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/snapshot/trunk/lib.pl

    r21886 r27661  
    9595
    9696    #copy products to a temporary folder, giving them their new names
    97     if ( ! -d "$release_dir${sep}uploads" ) {
     97    if ( -d "$release_dir${sep}uploads" ) {
    9898        system( "rm -rf '$release_dir${sep}uploads'" );
    9999    }
Note: See TracChangeset for help on using the changeset viewer.