58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
+
|
# NOTE: *TODO* Pre-create the namespace for the Package Repository Client
# package and then forcibly adjust various settings to the values
# necessary for this tool. In the future, this section may need to
# be tweaked to account for changes to the Package Repository Client
# package.
#
namespace eval ::PackageRepository {
variable autoHook false
variable verboseUriDownload true
}
#
# NOTE: *TODO* Pre-create the namespace for the Package Downloader Client
# package and then forcibly adjust various settings to the values
# necessary for this tool. In the future, this section may need to
|