haiku/src
Ingo Weinhold 014eed80e2 Change repository directory layout
* Under the base URL there are supposed to be the repository files and a
  subdirectory "packages".
* Fix the repository URL related confusion introduced earlier. The URL
in
  the repository info (and thus in the repository file) is supposed to
  be the base URL for the repository. It is not a (potentially)
  different base URL for the package files. Package and repository
  files were supposed to live in the same directory. Now, by requiring
  the package files to live in a subdirectory -- which can also be a
  symlink -- we gain some flexibility.
  The URL in the repository config is usually the same as the in the
  repository info, unless it refers to a mirror site. This allows for
  mirrors to copy the original repository verbatim.
* Remove the PackageURL rule and introduce a DownloadPackage rule
  instead. The URL for a package file cannot be computed in the jam
  parsing phase anymore, as it contains the hash value of the package
  list.
* BRepositoryConfig: Add PackagesURL() for convenience.
2013-07-06 18:06:02 +02:00
..
add-ons Remove the old "CVS" package rules 2013-06-30 18:59:11 +02:00
apps Add HPKG to Expander's supported types 2013-07-04 12:51:26 +02:00
bin Change repository directory layout 2013-07-06 18:06:02 +02:00
build libsolv_build: add support for building on FreeBSD 2013-07-06 02:15:39 +02:00
data haiku package-info: fix some provides/requires 2013-07-05 10:09:38 +02:00
documentation Fixed typo. Fixes #8755 2012-07-30 13:12:02 +00:00
kits Change repository directory layout 2013-07-06 18:06:02 +02:00
libs Update jpeg package 2013-06-14 00:48:11 +02:00
preferences Remove the old "CVS" package rules 2013-06-30 18:59:11 +02:00
servers package_daemon: create the administrative dir when mounted 2013-07-06 17:48:03 +02:00
system node monitor: add TODO regarding the syscalls 2013-06-27 21:57:43 +02:00
tests Remove the old "CVS" package rules 2013-06-30 18:59:11 +02:00
tools Change repository directory layout 2013-07-06 18:06:02 +02:00
Jamfile