Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/08:00:27:d4:fd:ef.json
blob: 3bf0db9fae34d3508cd79f806c39d8001b76669c (plain)
1
2
3
4
5
6
7
8
9
10
{
    "install ssh": {
        "pacman -Syy --noconfirm git" : null,
        "useradd -m -G wheel builder" : null,
        "git https://aur.archlinux.org/wrapaur.git /tmp/wrapaur" : null,
        "chown -R builder.builder /tmp/wrapaur" : null,
        "su - builder -c \"cd /tmp/wrapaur; /usr/bin/makepkg -s\"" : null,
        "pacman -U --noconfirm /tmp/wrapaur/*.xz" : null,
    }
}