-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test and configuration documentation updated
- Loading branch information
Showing
3 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
Configuration (pkgmeta.cfg) | ||
=========================== | ||
|
||
In order to setup a repository, one needs to configure using a basic INI file. | ||
In order to setup a repository, one needs to configure | ||
one or more repositories using a basic INI file. | ||
|
||
The configuration fairly simple. There is one INI section that is special, | ||
it is called ``pkgmeta``. This section is used to configure globals. | ||
The configuration is fairly simple. | ||
There is one INI section that is special, | ||
it is called ``pkgmeta``. This section is used to configure global settings. | ||
Any other sections in the file are repository definitions. | ||
|
||
Example configuration | ||
--------------------- | ||
|
||
The following configuration selects the ``myrepo`` as the default repository. The ``myrepo`` repository using the filesystem storage type and sources from ``pkgmeta.org``. | ||
The following configuration selects the ``myrepo`` as the default repository. | ||
The ``myrepo`` repository is using the filesystem storage type | ||
and sources from ``pkgmeta.org``. | ||
:: | ||
|
||
[pkgmeta] | ||
default = myrepo | ||
|
||
[myrepo] | ||
type = fs | ||
type = filesystem | ||
sources = | ||
http://repo.pkgmeta.org/ pypi | ||
http://repo.pkgmeta.org/ private | ||
|
||
.. todo:: Currently, the sources implementation is not complete. Stay tuned for | ||
more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,9 @@ Contents: | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
installation | ||
install | ||
example | ||
config | ||
tests | ||
changes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters