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: f3b6d8e8c6683d16cf69bd4fdfcdc2a1ed8bca8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "install ssh": {
        "pacman -Syy --noconfirm git" : null,
        "useradd -m -G wheel builder" : null,
        "#Correct way would be to do cat PKGBUILD | grep 'depends=' | head -n 1 | ..." : null,
        "sed -i 's/# %wheel ALL=(ALL) NO/%wheel ALL=(ALL) NO/' /etc/sudoers" : null,
        "git https://aur.archlinux.org/slimdhcp-git.git /tmp/slimdhcp" : null,
        "chown -R builder.builder /tmp/slimdhcp" : null,
        "su - builder -c \"cd /tmp/slimdhcp; /usr/bin/makepkg -s --noconfirm\"" : null,
        "pacman -U --noconfirm /tmp/slimdhcp/*.xz" : null,
        "rm -rf /tmp/slimdhcp" : null,
        "sed -i 's/%wheel ALL=(ALL) NO/# %wheel ALL=(ALL) NO/' /etc/sudoers" : null,
    }
}