Check-in [0da828bbfa]
Overview
Comment:Updated kit maker to use Tcl 8.6.4 and Tcl 8.5.18
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0da828bbfa69d3f5f19606cb88ebae3a1a473f91
User & Date: rkeene on 2015-03-16 01:05:28
Other Links: manifest | tags
Context
2015-03-16
01:06
Updated nightly tests to be 8.6.4 and 8.5.18 check-in: 3a3b6c57f1 user: rkeene tags: trunk
01:05
Updated kit maker to use Tcl 8.6.4 and Tcl 8.5.18 check-in: 0da828bbfa user: rkeene tags: trunk
01:00
Added Tcl 8.6.4 and 8.5.18 to web builder check-in: 94f775def7 user: rkeene tags: trunk
Changes

Modified build/make-kits from [a9df02454d] to [7c8a0dbdb3].

1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env bash

versions=(8.5.17 8.6.3)

for version in ${versions[@]}; do
	for includetk in 0 1; do
		if [ "${includetk}" = '1' ]; then
			unset KITCREATOR_PKGS

			add=''


|







1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env bash

versions=(8.5.18 8.6.4)

for version in ${versions[@]}; do
	for includetk in 0 1; do
		if [ "${includetk}" = '1' ]; then
			unset KITCREATOR_PKGS

			add=''