Overview
Comment: | As part of release engineering, upload unversioned files |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f3070aed72099d665f6bd9003ae81e9c |
User & Date: | rkeene on 2018-07-10 00:01:12 |
Other Links: | manifest | tags |
Context
2018-07-10
| ||
00:06 | Corrected archive release name check-in: 0ba8b229dd user: rkeene tags: trunk | |
00:01 | As part of release engineering, upload unversioned files check-in: f3070aed72 user: rkeene tags: trunk | |
2018-07-09
| ||
22:12 | Include download page in wiki pages updated check-in: 333c671a3a user: rkeene tags: trunk | |
Changes
Modified build/makearch.info from [b9cbda39b7] to [9770ea0f29].
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 | + + + | # This script is executed immediately prior to creation of the # tarball AFTER="build/post.sh" # Files matching these (space-seperated) patterns are deleted TMPS="*.out HEADER" # Upload to the following path in Fossil UPLOAD_TO='releases/@@ARCHIVE_FILENAME@@' |