Overview
Comment: | Removed blank line |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 17bbfdc417bb44a02adc49d8003545157c673902 |
User & Date: | rkeene on 2014-09-16 18:21:48 |
Other Links: | manifest | tags |
Context
2014-09-18
| ||
05:14 | Added support for a "platform" symlink pointing to the current platform check-in: 7ef423f980 user: rkeene tags: trunk | |
04:43 | Added package building branch check-in: 07e806db4e user: rkeene tags: packages | |
2014-09-16
| ||
18:21 | Removed blank line check-in: 17bbfdc417 user: rkeene tags: trunk | |
2014-09-14
| ||
04:36 | Updated to normalize CPU/OS check-in: ee1a499a2e user: rkeene tags: trunk | |
Changes
Modified appfs-mkfs from [ce86fe818d] to [994caae026].
96 96 97 97 for os_cpuArch in *; do 98 98 os="$(echo "${os_cpuArch}" | cut -f 1 -d '-')" 99 99 cpuArch="$(echo "${os_cpuArch}" | cut -f 2- -d '-')" 100 100 101 101 ( 102 102 cd "${os_cpuArch}" || exit 1 103 - 104 103 105 104 for version in *; do 106 105 if [ -h "${version}" ]; then 107 106 continue 108 107 fi 109 108 110 109 manifestfile="${appfsdir}/sha1/${RANDOM}${RANDOM}${RANDOM}${RANDOM}${RANDOM}.tmp"