arch-pkgs/.repo
George Rawlinson dfc0f6c839
nvchecker: add some more Ruby packages
* ruby-mdl
* ruby-kramdown-parser-gfm
* ruby-tomlrb
* ruby-mixlib-shellout
* ruby-mixlib-cli
* ruby-mixlib-config
* ruby-chef-utils
2021-07-24 12:41:30 +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
README.md docs: update bootstrap steps 2021-07-24 10:51:17 +00:00
remove build: add scripts 2021-07-22 03:46:19 +00:00
rewrite-gitmodules build: add script to rewrite git submodules 2021-07-22 09:16:28 +00:00

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