dch-autoprovision/ci/prepare.sh

18 lines
246 B
Bash

#!/bin/sh
xargs dnf install -y <<EOF
git-core
make
openssh-clients
python3-rpmautospec
rpm-build
rpm-sign
rsync
systemd-rpm-macros
EOF
install -m u=rwx,go= -d "${GNUPGHOME}"
cat > "${GNUPGHOME}"/gpg-agent.conf <<EOF
allow-loopback-pinentry
EOF