Differences From Artifact [994caae026]:
- Executable file appfs-mkfs — part of check-in [17bbfdc417] at 2014-09-16 18:21:48 on branch trunk — Removed blank line (user: rkeene, size: 2778) [annotate] [blame] [check-ins using]
To Artifact [09f445e94a]:
- Executable file appfs-mkfs — part of check-in [34f1255a38] at 2014-11-11 05:11:52 on branch trunk — Updated allow future versions to deal with manifests that are not linked from the index file (user: rkeene, size: 2848) [annotate] [blame] [check-ins using]
| ︙ | |||
107 108 109 110 111 112 113 114 115 116 117 118 119 120 | 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | + |
fi
manifestfile="${appfsdir}/sha1/${RANDOM}${RANDOM}${RANDOM}${RANDOM}${RANDOM}.tmp"
(
cd "${version}" || exit 1
echo "#manifestmetadata,${package},${os},${cpuArch},${version}"
emit_manifest
) > "${manifestfile}"
manifestfile_hash="$(sha1 "${manifestfile}")"
mv "${manifestfile}" "${appfsdir}/sha1/${manifestfile_hash}"
# XXX:TODO: Determine if this is the latest version
|
| ︙ |