Differences From Artifact [56397e71db]:
- File client/1.0/pkgd.settings.mistachkin.eagle — part of check-in [bcc088554f] at 2016-08-25 21:30:50 on branch trunk — Add support for per-user settings files. (user: mistachkin, size: 557) [annotate] [blame] [check-ins using]
To Artifact [586ea524a0]:
- File client/1.0/neutral/pkgd.settings.mistachkin.eagle — part of check-in [3f6a616e8a] at 2016-10-27 23:21:40 on branch trunk — Add initial support for platform-specific packages. (user: mistachkin, size: 630) [annotate] [blame] [check-ins using]
- File client/1.0/pkgd.settings.mistachkin.eagle — part of check-in [ff305e4211] at 2016-10-18 05:47:59 on branch trunk — Run the saved 'package unknown' handler first, check its results, and skip the repository handler if appropriate. Allow the package persistence root directory to be overridden and verified easily. Procedure naming cleanup for OpenPGP. Attempt to avoid adding redundant directories to the auto-path. Modify the master package index when the *target* language is Tcl, not the current language. Upon loading the package downloader package, add the package persistence root directory to the auto-path if it resides outside of all auto-path directories. (user: mistachkin, size: 630) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
11 12 13 14 15 16 17 | # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: $ # ############################################################################### variable quiet false | > | 11 12 13 14 15 16 17 18 | # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: $ # ############################################################################### variable quiet false variable persistentRootDirectory [file join $::env(TEMP) pkgd_override] |