Differences From Artifact [e7a75a276a]:
- Executable file appfs-mkfs — part of check-in [87b144f5c9] at 2014-11-17 21:11:34 on branch trunk — Updated to call appfs-cert to sign the site if it is available (user: rkeene, size: 5006) [annotate] [blame] [check-ins using]
To Artifact [2e9f54d33a]:
- Executable file appfs-mkfs — part of check-in [091c38b14e] at 2014-11-17 21:18:41 on branch trunk — Corrected typo (user: rkeene, size: 5007) [annotate] [blame] [check-ins using]
︙ | |||
222 223 224 225 226 227 228 | 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 | - + | indexfile="${appfsdir}/index" else indexfile="${appfsdir}/index.new" fi echo "${packagelistfile_hash},sha1" > "${indexfile}" |
︙ |