Overview
| Comment: | Added documentation on index format | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 5ec33cd65384fd0993c64734d25f88a5 | 
| User & Date: | rkeene on 2014-11-18 15:09:47 | 
| Other Links: | manifest | tags | 
Context
| 2014-11-20 | ||
| 19:29 | AppFS 1.2 check-in: 2b052470df user: rkeene tags: trunk, 1.2 | |
| 2014-11-18 | ||
| 15:09 | Added documentation on index format check-in: 5ec33cd653 user: rkeene tags: trunk | |
| 04:28 | Updated to change the "platform" symlink to point to noarch-noarch if it is the only platform offered check-in: 749ff2a6ed user: rkeene tags: trunk | |
Changes
Modified README.md from [209ceb6ce4] to [35b476a0b0].
| ︙ | ︙ | |||
| 11 12 13 14 15 16 17 | 
Paths
-----
    AppFS should normally be mounted on "/opt/appfs".
    /opt/appfs/hostname
    	Fetches: http://hostname/appfs/index
 | | > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 
Paths
-----
    AppFS should normally be mounted on "/opt/appfs".
    /opt/appfs/hostname
    	Fetches: http://hostname/appfs/index
    	Contains CSV file: hash,hashMethod,<certificateInDERFormatInHex>,<PKCS#1v1.5-signature-inDERFormatInHex>
	                   \-------------/
                                  ^- Signed data
    	Fetches: http://hostname/appfs/sha1/<hash>
    	Contains CSV file: package,version,os,cpuArch,sha1,isLatest
    /opt/appfs/hostname/package/os-cpuArch/version
    /opt/appfs/hostname/sha1/
    	Fetches: http://hostname/appfs/sha1/<sha1>
    	Contains CSV file:
 | 
| ︙ | ︙ |