Changeset 745
- Timestamp:
- 08/08/07 00:17:32 (1 year ago)
- Files:
-
- trunk/docs/ChangeLog (modified) (1 diff)
- trunk/sss/net.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/ChangeLog
r744 r745 4 4 ticket #93). 5 5 - 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). 6 8 7 9 0.69 from 0.68: trunk/sss/net.d
r744 r745 275 275 276 276 // 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 wrong277 scope(exit) { 278 278 chdir(origcwd); 279 279 rmRecursive(tmpDir);
