#!/bin/sh

./pkgsSign *.rpm

createrepo --database ./
gpg --yes -a --detach-sign repodata/repomd.xml

killall gpg-agent
sleep 5
