Changeset 745

Show
Ignore:
Timestamp:
08/08/07 00:17:32 (1 year ago)
Author:
Gregor
Message:

sss/net.d: Will now always remove temporary directories, even if the build failed (I decided this wasn't worth the difficulty it causes).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/ChangeLog

    r744 r745  
    44          ticket #93). 
    55        - Now uses 'svn export' instead of 'svn co' (see ticket #96). 
     6        - Will now always remove temporary directories, even if the build 
     7          failed (I decided this wasn't worth the difficulty it causes). 
    68 
    790.69 from 0.68: 
  • trunk/sss/net.d

    r744 r745  
    275275             
    276276            // make sure the directory gets removed 
    277             scope(success) {      // CyberShadow 2007.02.21: don't clean up if we failed, so we wouldn't have to redownload everything - and allow the user to figure out what went wrong 
     277            scope(exit) { 
    278278                chdir(origcwd); 
    279279                rmRecursive(tmpDir);