pkgd.settings.debug.eagle at [b2c948dd8a]
Not logged in

File client/1.0/neutral/pkgd.settings.debug.eagle artifact 8bd9ed6c37 part of check-in b2c948dd8a


###############################################################################
#
# pkgd.settings.debug.eagle --
#
# Extensible Adaptable Generalized Logic Engine (Eagle)
# Package Downloader Client Debug 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: $
#
###############################################################################

#
# NOTE: These settings apply to the "pkgd.eagle" script.
#
namespace eval ::PackageDownloader {
  #
  # NOTE: This setting overrides the local directory where packages
  #       are persisted ("permanently") for use by the interpreter.
  #
  variable persistentRootDirectory [file join \
      [::PackageRepository::getFileTempDirectory] pkgd_override]

  #
  # NOTE: These settings enable detailed diagnostic output from the
  #       the URI downloader used by native Tcl -AND- the temporary
  #       directory handling subsystem.
  #
  variable quiet false; # DEFAULT: true
  variable verboseTemporaryDirectory true; # DEFAULT: false
}