mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-02-24 21:59:48 +00:00
* store built packages in archive tree instead of repository * write tests to support new changes * implement atomic_move method, move files only with lock * use generic packages tree for all repos * lookup through archive packages before build * add archive trigger * add archive trigger * regenerate docs * gpg loader fix * support requires repostory flag * drop excess REQUIRES_REPOSITORY * simplify symlionk creation * remove generators * fix sttyle * add separate function for symlinks creation * fix rebase * add note about slicing * smol refactoring of archive_tree class * remove duplicate code * fix typos * few review fixes * monor fixes and typos * clean empty directories * remove side effect from getter * drop recursive remove * ensure_exists now accepts only argument * add package like guard to symlinks fix * speedup archive_lookup processing by iterrupting cycle * remove custom filelock * fix naming * remove remove flag from repo * review fixes * restore wrapper around filelock * extract repository explorer to separate class * docs update * fix ide findings
96 lines
1.7 KiB
ReStructuredText
96 lines
1.7 KiB
ReStructuredText
ahriman.core package
|
|
====================
|
|
|
|
Subpackages
|
|
-----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 4
|
|
|
|
ahriman.core.alpm
|
|
ahriman.core.archive
|
|
ahriman.core.auth
|
|
ahriman.core.build_tools
|
|
ahriman.core.configuration
|
|
ahriman.core.database
|
|
ahriman.core.distributed
|
|
ahriman.core.formatters
|
|
ahriman.core.gitremote
|
|
ahriman.core.housekeeping
|
|
ahriman.core.http
|
|
ahriman.core.log
|
|
ahriman.core.report
|
|
ahriman.core.repository
|
|
ahriman.core.sign
|
|
ahriman.core.status
|
|
ahriman.core.support
|
|
ahriman.core.triggers
|
|
ahriman.core.upload
|
|
|
|
Submodules
|
|
----------
|
|
|
|
ahriman.core.exceptions module
|
|
------------------------------
|
|
|
|
.. automodule:: ahriman.core.exceptions
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.module\_loader module
|
|
----------------------------------
|
|
|
|
.. automodule:: ahriman.core.module_loader
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.spawn module
|
|
-------------------------
|
|
|
|
.. automodule:: ahriman.core.spawn
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.tree module
|
|
------------------------
|
|
|
|
.. automodule:: ahriman.core.tree
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.types module
|
|
-------------------------
|
|
|
|
.. automodule:: ahriman.core.types
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.util module
|
|
------------------------
|
|
|
|
.. automodule:: ahriman.core.util
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.utils module
|
|
-------------------------
|
|
|
|
.. automodule:: ahriman.core.utils
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: ahriman.core
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|