Differences From Artifact [51a80fd5ac]:
- File client/1.0/neutral/pkgr_upload.eagle — part of check-in [2def651bb5] at 2016-12-23 23:14:33 on branch trunk — Make sure closing the Tk window exits the vwait. Refactor uploader client into package script and a tool script. (user: mistachkin, size: 4062) [annotate] [blame] [check-ins using]
To Artifact [90922fdcb5]:
- File client/1.0/neutral/pkgr_upload.eagle — part of check-in [036720066a] at 2016-12-26 00:46:21 on branch trunk — Improve messages for the package uploader client errors related to its initial setup. (user: mistachkin, size: 4207) [annotate] [blame] [check-ins using]
| ︙ | |||
70 71 72 73 74 75 76 77 78 79 80 81 82 83 | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | + + + + + + |
}
#
# NOTE: This package requires both the package uploader client package.
#
package require Eagle.Package.Uploader
#
# NOTE: Make sure this tool is being run from within the package client
# checkout directory.
#
verifyCheckoutDirectory
#
# NOTE: Process the command line arguments into their corresponding data
# values, which are contained in an array.
#
setupArgumentData [expr {[info exists ::argv] ? $::argv : [list]}]
#
|
| ︙ |