No description
Find a file
2025-10-13 21:27:22 +02:00
.gitlab/issue_templates housekeep: remove unused templates and rework existing ones 2023-05-01 10:44:45 +01:00
.tx fix(i18n): Adjust transifex host URL 2024-01-21 11:40:14 +01:00
aurweb fix(aurweb): type functions which do not return a value 2025-10-13 21:27:22 +02:00
cache Improve Docker ecosystem 2021-06-24 19:02:35 -07:00
ci/tf feat: Add terraform config for review-app[1] 2023-08-27 12:05:52 +02:00
conf feat(docker): add full grafana, prometheus, tempo setup for local dev 2024-08-19 15:26:29 +02:00
doc docs: Change i18n.txt to markdown format 2023-12-08 14:10:32 +01:00
docker fix(treewide): rewrite unnecessary dict(), list() or tuple() calls 2025-09-22 09:16:23 +02:00
examples examples: poetry-driven git scripts & aurweb service 2022-01-17 14:05:39 -08:00
LICENSES feat(fastapi): add prometheus /metrics 2021-11-01 11:41:39 -07:00
logs Docker: add [c]git, nginx, fastapi, php-fpm, ca 2021-06-24 19:02:35 -07:00
migrations fix(pyproject.toml): enable flake8-logging-format rule 2025-09-21 10:40:49 +00:00
po feat: Limit comment length 2024-02-25 10:46:47 +01:00
schema chore(pyproject.toml): enable flake8-pie ruleset 2025-09-21 10:40:49 +00:00
static fix: update copyright date on footer 2025-07-24 08:08:12 -03:00
templates perf: packages: massively remove looped queries per dependency and provides 2025-06-02 23:20:39 +02:00
test fix(test): type functions which do not return a value 2025-10-13 21:27:21 +02:00
upgrading housekeep: TU rename - UI elements 2023-09-30 16:45:04 +02:00
util fix(treewide): rewrite unnecessary dict(), list() or tuple() calls 2025-09-22 09:16:23 +02:00
.dockerignore housekeep: Amend .gitignore and .dockerignore 2023-06-16 13:33:39 +02:00
.editorconfig housekeep: update .editorconfig url 2024-08-03 11:58:58 +00:00
.env housekeep: remove PHP implementation 2023-04-28 16:10:32 +02:00
.git-blame-ignore-revs chore: Add .git-blame-ignore-revs file 2022-08-22 22:41:58 +02:00
.gitignore feat: Add terraform config for review-app[1] 2023-08-27 12:05:52 +02:00
.gitlab-ci.yml chore: avoid cache for new pacman 7 2025-01-12 20:39:02 +00:00
.mailmap Update maintainer email address 2015-04-11 12:48:15 +02:00
.pre-commit-config.yaml chore(pre-commit): switch to ruff for linting 2025-09-12 14:07:45 +02:00
alembic.ini Set up Alembic for database migrations 2020-02-27 16:44:36 +01:00
AUTHORS AUTHORS: Add date ranges to current maintainers 2015-09-29 20:51:03 +02:00
cliff.toml fix: change git-cliff "tag_pattern" option to regex 2023-12-08 14:12:48 +01:00
CONTRIBUTING.md chore(pre-commit): switch to ruff for linting 2025-09-12 14:07:45 +02:00
COPYING added GPL2 as our license 2007-09-09 01:31:34 +00:00
docker-compose.aur-dev.yml fix(docker): fix compose race conditions on mariadb_init 2024-08-19 15:26:21 +02:00
docker-compose.override.yml feat: docker-compose: add schema dir to override volumes for dev setup 2025-05-27 22:28:57 +02:00
docker-compose.yml chore(mariadb): fix mysql deprecation warnings by using mariadb commands 2024-08-19 15:26:36 +02:00
Dockerfile fix(docker): cache & install pre-commit deps during image build 2022-09-11 18:00:11 -07:00
gunicorn.conf.py fix: Cleanup prometheus metrics for dead workers 2023-08-18 22:04:55 +02:00
INSTALL housekeep: TU rename - Table/Column names, scripts 2023-09-30 16:45:05 +02:00
logging.conf style: make logging easier to read 2022-10-28 13:43:32 +01:00
logging.prod.conf fix: add production logging.prod.conf to be less verbose 2022-10-22 21:58:30 +01:00
logging.test.conf change(logging): restrict logging.conf & add logging.test.conf 2022-01-17 12:11:08 -08:00
poetry.lock chore(deps): update dependency pytest-asyncio to v1 2025-09-11 13:30:07 +00:00
pyproject.toml fix(pyproject.toml): enable flask-comprehensions rule 2025-09-22 09:17:07 +02:00
README.md chore: README.md fix link to mailing list 2025-03-17 09:00:59 +00:00
renovate.json chore(deps): Ignore python upgrades with Renovate 2024-01-21 10:43:12 +01:00
TESTING doc: improve instructions for setting up a dev/test env 2023-05-01 10:23:34 +02:00

aurweb

aurweb is a hosting platform for the Arch User Repository (AUR), a collection of packaging scripts that are created and submitted by the Arch Linux community. The scripts contained in the repository can be built using makepkg and installed using the Arch Linux package manager pacman.

The aurweb project includes

  • A web interface to search for packaging scripts and display package details.
  • An SSH/Git interface to submit and update packages and package meta data.
  • Community features such as comments, votes, package flagging and requests.
  • Editing/deletion of packages and accounts by Package Maintainers and Developers.
  • Area for Package Maintainers to post AUR-related proposals and vote on them.

Directory Layout

  • aurweb: aurweb Python modules, Git interface and maintenance scripts
  • conf: configuration and configuration templates
  • static: static resource files
  • templates: jinja2 template collection
  • doc: project documentation
  • po: translation files for strings in the aurweb interface
  • schema: schema for the SQL database
  • test: test suite and test cases
  • upgrading: instructions for upgrading setups from one release to another

Documentation

What Link
Installation INSTALL
Testing test/README.md
Git doc/git-interface.txt
Maintenance doc/maintenance.txt
RPC doc/rpc.txt
Docker doc/docker.md

Translations

Translations are welcome via our Transifex project at https://www.transifex.com/lfleischer/aurweb; see doc/i18n.md for details.

Transifex

Testing

See test/README.md for details on dependencies and testing.