Differences From Artifact [a9df02454d]:
- Executable file build/make-kits — part of check-in [6ae485c279] at 2014-11-24 03:55:25 on branch trunk — Updated to output URLs to fetch for mass-build to pull things from KitCreator nightly build (user: rkeene, size: 2418) [annotate] [blame] [check-ins using] [more...]
To Artifact [7c8a0dbdb3]:
- Executable file build/make-kits — part of check-in [0da828bbfa] at 2015-03-16 01:05:28 on branch trunk — Updated kit maker to use Tcl 8.6.4 and Tcl 8.5.18 (user: rkeene, size: 2418) [annotate] [blame] [check-ins using]
1 2 | #! /usr/bin/env bash | | | 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='' |
︙ | ︙ |