arch/pkg/de-p1st-repo
2021-04-22 13:37:47 +02:00
..
arch-repo-push-new.sh fix 2021-04-22 11:24:04 +02:00
arch-repo-receive-new.sh arch-repo: list items 2021-04-22 11:46:18 +02:00
arch-repo.cfg fix 2021-04-22 11:19:15 +02:00
PKGBUILD fix 2021-04-22 13:37:47 +02:00
README.md add readme to repo manager 2021-04-22 11:38:59 +02:00

arch-repo manager

setup

Install de-p1st-repo on your local machine as well as on a remote server.

Adjust /etc/de-p1st-repo/*.conf according to your needs.

Run a webserver on the server to serve static content:

  • https://hub.docker.com/_/nginx/ -> Hosting some simple static content
  • sudo docker run --name arch-repo -v /mnt/data/live/arch-repo:/usr/share/nginx/html:ro -d nginx

Add the newly created mirror to your /etc/pacman.conf:

[de-p1st]
SigLevel = Optional TrustAll
Server = https://arch.p1st.de

normal usage

  1. Build packages on local machine
  • aur sync -c SOME_AUR_PACKAGE
  • aur sync -c -u
  1. Push new packages to remote repository
  • arch-repo-push-new