diff options
Diffstat (limited to 'dev/archive')
-rw-r--r-- | dev/archive/layout.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/archive/layout.mdwn b/dev/archive/layout.mdwn index 5b3bb45..bb6bbd4 100644 --- a/dev/archive/layout.mdwn +++ b/dev/archive/layout.mdwn @@ -121,7 +121,7 @@ Archive Layout The layout of the package archive is given by the following tree: <proto>://<mirror-domain>/pub/proteanos/ - +- dists/ + +- feeds/ | +- <channel>/ | +- <distribution>/ | +- <platform>/ @@ -142,12 +142,12 @@ The compressed packages index of the `core-linux-eglibc` architecture, `dev` platform, and `base` section would be located at the following path at a mirror site: - /pub/proteanos/dists/dev/trunk/dev/core-linux-eglibc/base/Packages.gz + /pub/proteanos/feeds/dev/trunk/dev/core-linux-eglibc/base/Packages.gz The compressed packages index of source packages would be located at the following path at a mirror site: - /pub/proteanos/dists/dev/trunk/all/src/src/Packages.gz + /pub/proteanos/feeds/dev/trunk/all/src/src/Packages.gz The `libexpat.1` binary package for the `core-linux-eglibc` architecture would be located at the following path at a mirror site: |