Overview
Comment: | Updated build to remove fossil repository information |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 86d86b33a069bb73107411cc321d62a1416e0b9c |
User & Date: | rkeene on 2010-09-26 05:32:07 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
05:52 | Updated to remove ChangeLog until a build_changelog script is available check-in: 38430c10ee user: rkeene tags: trunk | |
05:32 | Updated build to remove fossil repository information check-in: 86d86b33a0 user: rkeene tags: trunk | |
04:51 | Removed extraneous code in VFS code (kitdll) check-in: 57bb916b04 user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [3b4f1568ce] to [66021579f4].
36 37 38 39 40 41 42 43 |
BEFORE="build/pre.sh" # This script is executed immediately prior to creation of the # tarball AFTER="" # Files matching these (space-seperated) patterns are deleted TMPS="*.out HEADER build" |
| |
36 37 38 39 40 41 42 43 |
BEFORE="build/pre.sh"
# This script is executed immediately prior to creation of the
# tarball
AFTER=""
# Files matching these (space-seperated) patterns are deleted
TMPS="*.out HEADER build _FOSSIL_ manifest manifest.uuid"
|