Differences From Artifact [8293bb72c4]:
- File client/1.0/neutral/pkgd.settings.mistachkin.eagle — part of check-in [e4a84c9f60] at 2016-11-01 20:09:11 on branch trunk — Improve the error message about being unable to create the persistent root directory. Revise the default user settings for 'mistachkin'. (user: mistachkin, size: 670) [annotate] [blame] [check-ins using]
To Artifact [03f2a1b18b]:
- File client/1.0/neutral/pkgd.settings.mistachkin.eagle — part of check-in [0018648ed7] at 2017-10-03 21:30:39 on branch trunk — Emit diagnostic messages for temporary directories used by the package downloader client. (user: mistachkin, size: 711) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 | # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: $ # ############################################################################### variable quiet false variable persistentRootDirectory [file join \ [::PackageRepository::getFileTempDirectory] pkgd_override] | > | 11 12 13 14 15 16 17 18 19 20 21 | # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: $ # ############################################################################### variable quiet false variable verboseTemporaryDirectory true variable persistentRootDirectory [file join \ [::PackageRepository::getFileTempDirectory] pkgd_override] |