master | pu |
---|---|
|
|
This wiki homepage is meant to provide general branch status and explanation for the different components of the project.
Table of Contents
Subsystems
These are non-http related systems that we use in the aurweb project. Things like Git hooks, sshd authentication, project instrumentation, etc.
- Git
- aurweb.git.update (push hook)
- aurweb.git.auth (ssh authentication)
- aurweb.git.serve (ssh clone)
- Docker
- Archiving
- aurweb.scripts.mkpkglists
- This produces gzip archives:
packages.gz
,pkgbase.gz
, andusers.gz
.
- Notifications
- aurweb.scripts.notify
- This sends email notifications.
- Official Package Database Update
- aurweb.scripts.aurblup
- This uses
pacman
repositories to check for official packages and populate aurweb'sOfficialProviders
table with them.
- Partial Markdown Comment Render
- Cache Backends
- Redis (FastAPI)