Check-in [26f233292e]
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
138
139
140
141
142
143




144
145
146
147
148
149
150
151
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155







+
+
+
+








		  $tcl_platform(machine)

		
b. teapot-client / teapot-client.tcl:
	i. teapot-client get <dir> <os> <cpu> <packages...>
		Downloads all the requested extensions/packages for the OS+CPU
		pair into the "lib" directory of the directory specified.

		Specifying a package name that begins with a "!" (bang) will
		indicate that the specified package does NOT need to be
		fetched, even if it is depended on by some other package.

	ii. teapot-client list ?<os>? ?<cpu>?
		Lists all available extensions and their most recent versions,
		optionally restricted to an OS+CPU pair.

II. SERVER
==========
This is not yet implemented.