Overview
| Comment: | Update the Garuda package to pre-Beta 39. This includes the 'dotnet' sub-package and the 'load Eagle from library path' enhancements. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
b53e702ce553a553a355a65e067be72a |
| User & Date: | mistachkin on 2016-11-05 21:00:30 |
| Other Links: | manifest | tags |
Context
|
2016-11-13
| ||
| 21:37 | Fix the GPG probing file name. Also, make sure 'addToPath' is imported into the global namespace. check-in: 785d4f88c6 user: mistachkin tags: trunk | |
|
2016-11-05
| ||
| 21:00 | Update the Garuda package to pre-Beta 39. This includes the 'dotnet' sub-package and the 'load Eagle from library path' enhancements. check-in: b53e702ce5 user: mistachkin tags: trunk | |
|
2016-11-03
| ||
| 22:18 | Delete the temporary file used to download the package signing key. check-in: 65f01d8e10 user: mistachkin tags: trunk | |
Changes
Modified tcl/8.4/win32-x86/Garuda1.0/Garuda.dll from [f118b6d248] to [c501774274].
cannot compute difference between binary files
Modified tcl/8.4/win32-x86/Garuda1.0/Garuda.dll.asc from [5a58c8f1a5] to [c091e2715e].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - - + + + + + + + + + + + + + | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository |
Modified tcl/8.4/win32-x86/Garuda1.0/Tests/all.tcl from [c3497f2619] to [244dcc78a1].
| ︙ | |||
458 459 460 461 462 463 464 465 466 467 468 469 470 471 | 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 | + |
variable testPackageConfigurations
variable testPackageIndexFileName
variable testPackageName
variable testPackagePlatforms
variable testPackageVersion
variable testSuiteFileName
variable useEnvironment
variable useLibrary
variable useRegistry
variable useRelativePath
variable verbose
#
# HACK: Scan for and then process the "-baseDirectory", "-configuration",
# "-suffix", "-preTest", and "-postTest" command line arguments. The
|
| ︙ | |||
647 648 649 650 651 652 653 | 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 | - + + |
uplevel #0 $preTest
}
#
# NOTE: Attempt to require the package being tested now. This should
# end up sourcing the "helper.tcl" file, which must also provide
# us with the "envVars", "rootRegistryKeyName", "useEnvironment",
|
| ︙ | |||
718 719 720 721 722 723 724 725 726 727 728 729 730 731 | 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 | + + + + |
$envVars $envVarSuffixes]
}
if {$useRegistry} then {
eval lappendUnique testSuiteDirectories [getRegistryPathList \
$rootRegistryKeyName Path]
}
if {$useLibrary} then {
eval lappendUnique testSuiteDirectories [getLibraryPathList]
}
if {$verbose} then {
catch {
set caller [maybeFullName [lindex [info level 0] 0]]
eval $logCommand [list \
"$caller: Final list of directories to search:\
|
| ︙ |
Modified tcl/8.4/win32-x86/Garuda1.0/Tests/all.tcl.asc from [6807b55f65] to [ec28922da6].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - - + + + + + + + + + + + + + | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository |
Added tcl/8.4/win32-x86/Garuda1.0/dotnet.tcl version [b3fe723b5f].