Check-in [dc93df7de3]
Overview
Comment:Use known-good TclKit for testing when one is needed
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: dc93df7de3ae25db93f6a153bd6fefd9b4609e02
User & Date: rkeene on 2022-08-12 14:41:18
Other Links: manifest | tags
Context
2022-08-12
15:21
Remove setting _USE_32BIT_TIME_T, does not seem to be required anymore.

It was added as part of [cb7ed6affe], but now causes [df2dd68dca] check-in: b93594845d user: rkeene tags: trunk

14:41
Use known-good TclKit for testing when one is needed check-in: dc93df7de3 user: rkeene tags: trunk
14:38
Use TclKit dedicated to this project for web-based builds check-in: 87ee42a7a4 user: rkeene tags: trunk
Changes

Modified build/test/do-nightly-tests-and-publish from [4a9369e5aa] to [25ca11113f].

12
13
14
15
16
17
18



19
20
21
22
23
24
25
export KITCREATORFOSSIL WEBROOTDIR MARKERFILE TMPWORKDIR

# Determine change of fossil revision on trunk
FOSSIL_CHANGE="$(fossil timeline --repository "${KITCREATORFOSSIL}" children trunk -n 1 -t ci | grep '^[0-9:]* \[' | sed 's@^[0-9:]* \[\([0-9a-f]*\)\].*$@\1@')"
TESTNAME="fossil_${FOSSIL_CHANGE}"
export FOSSIL_CHANGE TESTNAME




# Verify sanity
issane=1
if [ -z "${FOSSIL_CHANGE}" ]; then
	echo "Unable to determine name of latest revision, likely missing Kitcreator Fossil Repo: ${KITCREATORFOSSIL}" >&2

	issane=0
fi







>
>
>







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
export KITCREATORFOSSIL WEBROOTDIR MARKERFILE TMPWORKDIR

# Determine change of fossil revision on trunk
FOSSIL_CHANGE="$(fossil timeline --repository "${KITCREATORFOSSIL}" children trunk -n 1 -t ci | grep '^[0-9:]* \[' | sed 's@^[0-9:]* \[\([0-9a-f]*\)\].*$@\1@')"
TESTNAME="fossil_${FOSSIL_CHANGE}"
export FOSSIL_CHANGE TESTNAME

# Use a specific TclKit when one is needed
export TCLKIT='/home/rkeene/devel/kitcreator/build/web/.tclkit-for-building'

# Verify sanity
issane=1
if [ -z "${FOSSIL_CHANGE}" ]; then
	echo "Unable to determine name of latest revision, likely missing Kitcreator Fossil Repo: ${KITCREATORFOSSIL}" >&2

	issane=0
fi