Overview
Comment: | Updated documentation to indicate how to use new feature |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 26f233292e07048d541f7b613ef62c87f4bc15d0 |
User & Date: | rkeene on 2009-09-18 11:33:40 |
Other Links: | manifest | tags |
Context
2009-09-24
| ||
09:50 | Teaparty 0.9.3.x check-in: 41aeab99df user: rkeene tags: trunk | |
2009-09-18
| ||
11:33 | Updated documentation to indicate how to use new feature check-in: 26f233292e user: rkeene tags: trunk | |
11:31 | Added support for specifying packages not to install check-in: 0abbc5472a user: rkeene tags: trunk | |
Changes
Modified README.txt from [f1002c2aaf] to [bcd3932a32].
137 137 $tcl_platform(machine) 138 138 139 139 140 140 b. teapot-client / teapot-client.tcl: 141 141 i. teapot-client get <dir> <os> <cpu> <packages...> 142 142 Downloads all the requested extensions/packages for the OS+CPU 143 143 pair into the "lib" directory of the directory specified. 144 + 145 + Specifying a package name that begins with a "!" (bang) will 146 + indicate that the specified package does NOT need to be 147 + fetched, even if it is depended on by some other package. 144 148 145 149 ii. teapot-client list ?<os>? ?<cpu>? 146 150 Lists all available extensions and their most recent versions, 147 151 optionally restricted to an OS+CPU pair. 148 152 149 153 II. SERVER 150 154 ========== 151 155 This is not yet implemented.