Import the Linux aurutils role as build.
This commit is contained in:
8
ansible/roles/build/files/aurutils-sync
Normal file
8
ansible/roles/build/files/aurutils-sync
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Wrapper script to `aur sync`
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
GPGKEY=27DE40D9B8455C1B exec aur sync --makepkg-conf /etc/aurutils/makepkg.conf -c --sign "$@"
|
||||
Reference in New Issue
Block a user