#!/bin/sh

# ./pkgsSign *.rpm

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