Differences From Artifact [6dfa391a89]:
- File client/1.0/neutral/pkgr.eagle — part of check-in [e05a3e1067] at 2016-12-18 03:10:32 on branch uploaderClient — Comments, cleanup, more work in progress on the uploader client. Not yet tested. Also, 'getContainingDirectory' still needs work to forbid mismatched root directories. (user: mistachkin, size: 85158) [annotate] [blame] [check-ins using]
To Artifact [2df5f1ebc0]:
- File client/1.0/neutral/pkgr.eagle — part of check-in [0fc9d3e420] at 2016-12-18 21:50:36 on branch uploaderClient — More work on supporting the package uploader client. Use the new OpenPGP 'keys' file (i.e. 'keys.asc', the one with potentially more than one Package Signing Key). (user: mistachkin, size: 85174) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
110 111 112 113 114 115 116 117 118 119 120 121 122 123 | } # # NOTE: This procedure returns a string argument value, which may contain # spaces, for use with the [exec] command. The value argument is # the string value to format as an [exec] argument. # proc formatExecArgument { value } { if {[isEagle]} then { return [appendArgs \" $value \"] } else { return $value } } | > | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | } # # NOTE: This procedure returns a string argument value, which may contain # spaces, for use with the [exec] command. The value argument is # the string value to format as an [exec] argument. # # <internal> proc formatExecArgument { value } { if {[isEagle]} then { return [appendArgs \" $value \"] } else { return $value } } |
︙ | ︙ |