Go to file
lukas-heiligenbrunner 18f35f948e outsource backend stuff
prepare makepkg command execution to store output in db and stdout
2023-12-24 00:20:33 +01:00
scripts add improved db layout with pkg versions 2023-12-23 23:00:30 +01:00
src outsource backend stuff 2023-12-24 00:20:33 +01:00
.gitignore add improved db layout with pkg versions 2023-12-23 23:00:30 +01:00
Cargo.lock add rest of project files 2023-12-23 19:30:49 +01:00
Cargo.toml outsource backend stuff 2023-12-24 00:20:33 +01:00
Dockerfile add improved db layout with pkg versions 2023-12-23 23:00:30 +01:00
LICENSE Initial commit 2023-12-23 17:21:03 +01:00
README.md add improved db layout with pkg versions 2023-12-23 23:00:30 +01:00

AURCache

A cache build server for Archlinux AUR packages and serving them

Things still missing

  • proper error return to api
  • package updates
  • multiple package versions
  • error checks if requested package does not exist
  • proper logging
  • auto update packages
  • built package version differs from aur pkg version eg. mesa-git
  • implement repo-add in rust
  • cicd
  • build table where all version builds are with stdout
  • endpoint to get build log