Overview
| Comment: | Minor update | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | aa1acadcb10d65927f92bd2e3d97e093 | 
| User & Date: | rkeene on 2014-09-10 09:14:03 | 
| Other Links: | manifest | tags | 
Context
| 2014-09-11 | ||
| 19:57 | Added symlink support check-in: 859535511c user: rkeene tags: trunk | |
| 2014-09-10 | ||
| 09:14 | Minor update check-in: aa1acadcb1 user: rkeene tags: trunk | |
| 08:47 | Updated to remove packages from cache that have been removed from the server check-in: 7ed2f89c7d user: rkeene tags: trunk | |
Changes
Modified README.md from [45384ef10c] to [209ceb6ce4].
| ︙ | ︙ | |||
| 31 32 33 34 35 36 37 | 
    /opt/appfs/hostname/{sha1,package/os-cpuArch/version}/file
    	Fetches: http://hostname/appfs/sha1/<sha1>
Database
--------
    packages(hostname, sha1, package, version, os, cpuArch, isLatest, haveManifest)
    files(package_sha1, type, time, source, size, perms, file_sha1, file_name, file_directory)
 | > > > > | 31 32 33 34 35 36 37 38 39 40 41 | 
    /opt/appfs/hostname/{sha1,package/os-cpuArch/version}/file
    	Fetches: http://hostname/appfs/sha1/<sha1>
Database
--------
    packages(hostname, sha1, package, version, os, cpuArch, isLatest, haveManifest)
    files(package_sha1, type, time, source, size, perms, file_sha1, file_name, file_directory)
Resources
---------
http://appfs.rkeene.org/
 |