Skip to content

Commit

Permalink
Add nopasswd rules for aurutils chroot setup (#104)
Browse files Browse the repository at this point in the history
* Add nopasswd rules for aurutils chroot setup

* Build docker images on tags only 5
  • Loading branch information
alexheretic authored Dec 1, 2024
1 parent a6726dd commit b2d0e4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Create and Publish a Docker image

on:
push:
branches: [main]
tags: ["*"]
if: "startsWith(github.ref, 'refs/tags/')"

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion aur
Submodule aur updated from 33f8a4 to 32ee82
2 changes: 2 additions & 0 deletions conf/50_aurto_passwordless
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%wheel ALL=(ALL) NOPASSWD: /usr/bin/arch-nspawn
%wheel ALL=(ALL) NOPASSWD: /usr/bin/pacsync aurto
%wheel ALL=(ALL) NOPASSWD:SETENV: /usr/bin/makechrootpkg
%wheel ALL=(ALL) NOPASSWD: /usr/bin/install -d /var/lib/aurbuild/x86_64 -m 755 -v
%wheel ALL=(ALL) NOPASSWD:SETENV: /usr/bin/mkarchroot -C /etc/aurto/pacman-chroot.conf -M /etc/aurto/makepkg-chroot.conf /var/lib/aurbuild/x86_64/root base-devel multilib-devel

0 comments on commit b2d0e4f

Please sign in to comment.