Artifact 586ea524a036f5dfa3c7ffdb6915effd7505f569:
- 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]
############################################################################### # # pkgd.settings.mistachkin.eagle -- # # Extensible Adaptable Generalized Logic Engine (Eagle) # Package Downloader Client Settings # # Copyright (c) 2007-2012 by Joe Mistachkin. All rights reserved. # # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: $ # ############################################################################### variable quiet false variable persistentRootDirectory [file join $::env(TEMP) pkgd_override]