add GH issue label SPM to docs

This commit is contained in:
Arnold Bechtoldt 2015-09-12 11:14:26 +02:00
parent cf59a03432
commit b9e5095bf5
2 changed files with 6 additions and 6 deletions

View file

@ -134,6 +134,7 @@ code relevant to issues or the source code changed by pull requests.
* ``RAET``
* ``Returners``
* ``Runners``
* ``SPM``
* ``Salt-API``
* ``Salt-Cloud``
* ``Salt-SSH``

View file

@ -99,7 +99,7 @@ A list of packages which must be installed before this package can function.
Building a Package
------------------
Once a ``FORMULA`` file has been created, it is placed into the root of the
formula that is to be turned into a package. The the ``spm build`` command is
formula that is to be turned into a package. The ``spm build`` command is
used to turn that formula into a package:
.. code-block:: bash
@ -120,7 +120,7 @@ and issue an ``spm create_repo`` command:
spm create_repo /srv/spm
This command is used, even if reposity metadata already exists in that
This command is used, even if repository metadata already exists in that
directory. SPM will regenerate the repository metadata again, using all of the
packages in that directory.
@ -210,11 +210,10 @@ also be removed.
Technical Information
=====================
Packages are built using BZ2-compressed tarballs. Support for this is built into
Python, and so no external dependencies are needed.
Packages are built using BZ2-compressed tarballs. The package database is stored using
SQLite3.
The package database is stored using SQLite3. Support for this is built into
Python, and so no external dependencies are needed.
Support for these are built into Python, and so no external dependencies are needed.
All other files belonging to SPM use YAML, for portability and ease of use and
maintainability.