Overview
Comment: | Updated to only consider checkins for change revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 8f84374b3259881c2a8b687deadbae57bce08e89 |
User & Date: | rkeene on 2010-09-27 22:17:24 |
Other Links: | manifest | tags |
Context
2010-09-28
| ||
21:52 | Fixed issue with vfs::zip opening zip files smaller than 512b, fixes issue [0c5bcad642] check-in: c0cb33bec5 user: rkeene tags: trunk | |
2010-09-27
| ||
22:17 | Updated to only consider checkins for change revision check-in: 8f84374b32 user: rkeene tags: trunk | |
15:29 | Fixed path in nightly build script check-in: 5ea4130975 user: rkeene tags: trunk | |
Changes
Modified build/test/do-nightly-tests-and-publish from [2571c6663c] to [077e641ed0].
7 7 # Define build and web paths 8 8 KITCREATORDIR="/home/rkeene/devel/kitcreator" 9 9 WEBROOTDIR="/web/rkeene/devel/kitcreator/kitbuild" 10 10 export KITCREATORDIR WEBROOTDIR 11 11 12 12 cd "${KITCREATORDIR}" || exit 1 13 13 14 -FOSSIL_CHANGE="$(fossil timeline -n 1 | grep '^[0-9:]* \[' | sed 's@^[0-9:]* \[\([0-9a-f]*\)\].*$@\1@')" 14 +FOSSIL_CHANGE="$(fossil timeline -n 1 -t ci | grep '^[0-9:]* \[' | sed 's@^[0-9:]* \[\([0-9a-f]*\)\].*$@\1@')" 15 15 TESTNAME="fossil_${FOSSIL_CHANGE}" 16 16 export FOSSIL_CHANGE TESTNAME 17 17 18 18 if [ -d "${WEBROOTDIR}/${TESTNAME}" ]; then 19 19 # Don't re-run the tests if nothing has changed 20 20 exit 0 21 21 fi