Differences From Artifact [a5ca57ad83]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [c2f94d309c] at 2017-10-18 20:42:08 on branch trunk — The 'downloadFiles' procedure should extract options before doing any other significant work. Also, verify the OpenPGP signature for all downloaded manifests used to automatically detect the platform of a package. (user: mistachkin, size: 66379) [annotate] [blame] [check-ins using]
To Artifact [8476428c11]:
- File client/1.0/neutral/pkgd.eagle — part of check-in [ff15d19f5e] at 2017-10-18 23:50:37 on branch trunk — Bump client version to '1.0.2'. (user: mistachkin, size: 66379) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
1928 1929 1930 1931 1932 1933 1934 |
maybeAddToAutoPath [expr {[isEagle] ? "eagle" : "tcl"}] \
$persistentRootDirectory
#
# NOTE: Provide the package to the interpreter.
#
| | | 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 |
maybeAddToAutoPath [expr {[isEagle] ? "eagle" : "tcl"}] \
$persistentRootDirectory
#
# NOTE: Provide the package to the interpreter.
#
package provide Eagle.Package.Downloader 1.0.2
}
|