Differences From Artifact [feb40464a0]:
- File client/1.0/neutral/pkgr_setup.eagle — part of check-in [cec5171845] at 2016-12-28 22:48:48 on branch trunk — Include the client checkout-id in the check-in comment for added packages. Minor cleanup. (user: mistachkin, size: 3841) [annotate] [blame] [check-ins using]
To Artifact [8da3bbfbeb]:
- File client/1.0/neutral/pkgr_setup.eagle — part of check-in [4736fe9200] at 2017-06-29 21:38:22 on branch trunk — Make downloading the Package Signing Keys more robust by adding support for mirror URIs. (user: mistachkin, size: 3870) [annotate] [blame] [check-ins using]
| ︙ | |||
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
|
| ︙ |