Overview
Comment: | Added support for forcing build |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 37fc9e9fae4c075fd7614f6d74b16bf81cd43cd2 |
User & Date: | rkeene on 2011-07-04 21:15:11 |
Other Links: | manifest | tags |
Context
2011-07-05
| ||
17:25 | Corrected bug in KitDLL where additional interpreters would not get their auto_path adjusted correctly check-in: e2f0284dd2 user: rkeene tags: trunk | |
2011-07-04
| ||
21:15 | Added support for forcing build check-in: 37fc9e9fae user: rkeene tags: trunk | |
2011-07-02
| ||
12:03 |
Updated notes about kitsh
Added notes about plugability check-in: 5421b32beb user: rkeene tags: trunk | |
Changes
Modified build/test/do-nightly-tests-and-publish from [d2dcdb02e1] to [4a9369e5aa].
34 34 exit 1 35 35 fi 36 36 37 37 # On Wednesday, do a distclean to force redownloading everything (mainly 38 38 # for CVS Head) and force a rebuild to ensure up-to-date build status 39 39 if [ "$(date '+%u')" != "3" ]; then 40 40 if [ -d "${WEBROOTDIR}/${TESTNAME}" ]; then 41 - # Don't re-run the tests if nothing has changed 42 - exit 0 41 + if [ "$1" != "force" ]; then 42 + # Don't re-run the tests if nothing has changed 43 + exit 0 44 + fi 43 45 fi 44 46 fi 45 47 46 48 # Only run one at a time 47 49 if [ -f "${MARKERFILE}" ]; then 48 50 exit 1 49 51 fi