Overview
Comment: | Changed my repository lower priority |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4fbd51bc1d7c66a33e1eac5e2e4bd5f5 |
User & Date: | rkeene on 2010-02-05 06:26:47 |
Other Links: | manifest | tags |
Context
2010-02-06
| ||
21:21 | Added support for building Tcl when linking against it check-in: 4f7df8a8e2 user: rkeene tags: trunk | |
2010-02-05
| ||
06:26 | Changed my repository lower priority check-in: 4fbd51bc1d user: rkeene tags: trunk | |
06:16 | Updated to not rebuild zip files unless requested check-in: 552b62761a user: rkeene tags: trunk | |
Changes
Modified client/teapot-client.tcl from [bc242be260] to [58b96d6adf].
1 2 | #! /usr/bin/env tclsh | | | 1 2 3 4 5 6 7 8 9 10 | #! /usr/bin/env tclsh set teapotservers [list teapot.rkeene.org teapot.activestate.com] lappend auto_path [file join [file dirname [info script]] lib] package require teapotclient proc print_help {} { puts stderr "Usage: teapot-client get <dir> <os> <cpu> <packages...>" |
︙ | ︙ |