Differences From Artifact [18538611ae]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [ad592e465a] at 2017-12-08 06:46:55 on branch trunk — Skip modifying the auto-path if the necessary Eagle sub-packages are somehow already present. Bump client version to 1.0.4. (user: mistachkin, size: 66839) [annotate] [blame] [check-ins using]
To Artifact [b3f215a02c]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [337bd1593a] at 2017-12-19 23:53:19 on branch trunk — Attempt to disable home directory usage for GPG detection. Bump client version to 1.0.5. (user: mistachkin, size: 66839) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
1943 1944 1945 1946 1947 1948 1949 | maybeAddToAutoPath [expr {[isEagle] ? "eagle" : "tcl"}] \ $persistentRootDirectory # # NOTE: Provide the package to the interpreter. # | | | 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 | maybeAddToAutoPath [expr {[isEagle] ? "eagle" : "tcl"}] \ $persistentRootDirectory # # NOTE: Provide the package to the interpreter. # package provide Eagle.Package.Downloader 1.0.5 } |