]> piware.de Git - bin.git/commitdiff
Add do-fedora-bot.sh
authorMartin Pitt <martin@piware.de>
Thu, 23 Jun 2022 09:29:29 +0000 (11:29 +0200)
committerMartin Pitt <martin@piware.de>
Thu, 23 Jun 2022 09:29:29 +0000 (11:29 +0200)
do-fedora-bot.sh [new file with mode: 0755]

diff --git a/do-fedora-bot.sh b/do-fedora-bot.sh
new file mode 100755 (executable)
index 0000000..bc2bc6d
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -eu
+podman run -it --rm -v ~/upstream/fedora-bot:/bot:ro ghcr.io/osbuild/fedora-bot /bot/fedora_bot.py -c $1:${2:-3} --apikey $(< ~/.config/fedora-bot-merge.key)