Differences From Artifact [1984c373bb]:
- File client/pkgr.settings.eagle — part of check-in [cdb1e4e5a3] at 2016-08-17 19:32:06 on branch trunk — Fix multi-pass 'package unknown' integration in native Tcl. (user: mistachkin, size: 632) [annotate] [blame] [check-ins using]
To Artifact [7cd0c55238]:
- File client/1.0/pkgr.settings.eagle — part of check-in [7e7cba65fa] at 2016-08-19 02:55:53 on branch trunk — Move all package client files into a '1.0' sub-directory. (user: mistachkin, size: 749) [annotate] [blame] [check-ins using]
- File client/pkgr.settings.eagle — part of check-in [3cdc48fb08] at 2016-08-17 22:39:16 on branch trunk — Add header comments to all procedures. Make sure to cleanup any 'after' events created when downloading via HTTP in native Tcl. Add language and version argument validation to the 'downloadFiles' procedure. (user: mistachkin, size: 749) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 17 18 19 | 10 11 12 13 14 15 16 17 18 19 20 21 22 | + + + | # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: $ # ############################################################################### # TODO: Set this to your list of API keys. # set ::pkgr_api_keys [list 0000000000000000000000000000000000000000] variable strictUnknownLanguage false variable verboseUnknownResult true variable verboseUriDownload true |