arch-pkgs/.repo
George Rawlinson db2ecb84e0
nvchecker: add external scripts
Something is wrong with .gitignore, these scripts were not being added
previously.

*shoots .gitignore*
2021-07-24 12:58:02 +00:00
..
pkgver nvchecker: add external scripts 2021-07-24 12:58:02 +00:00
README.md docs: update bootstrap steps 2021-07-24 10:51:17 +00:00
build style: remove unused variables from build script 2021-07-24 10:51:55 +00:00
keys.ini.example build: add scripts 2021-07-22 03:46:19 +00:00
makepkg-grawlinson.conf build: add scripts 2021-07-22 03:46:19 +00:00
new_version.json build: add scripts 2021-07-22 03:46:19 +00:00
nvchecker.toml nvchecker: add some more Ruby packages 2021-07-24 12:41:30 +00:00
old_version.json build: add scripts 2021-07-22 03:46:19 +00:00
pacman-grawlinson.conf build: add scripts 2021-07-22 03:46:19 +00:00
remove build: add scripts 2021-07-22 03:46:19 +00:00
rewrite-gitmodules build: finalise rewrite-gitmodules before upcoming rewrite 2021-07-24 12:54:32 +00:00

README.md

README

Ensure local repository is in /etc/pacman.conf, using the file:// format.

[grawlinson]
Server = file:///var/lib/repo/grawlinson

Ensure GPG keys for signing packages & repositories have been created, and exist in pacman's keyring.

Copy aurutils configuration to the global directory.

cp -t /etc/aurutils {pacman,makepkg}-grawlinson.conf

Create a systemd-nspawn instance for aurbuild.

aur chroot --create -M /etc/aurutils/makepkg-grawlinson.conf -C /etc/aurutils/pacman-grawlinson.conf