blob: 26bba057035d92422f440cbfdd11fd9c2f6a3536 (
plain)
1
2
3
4
5
6
|
# repo examples #
cd repo
gpg --output python-etoolkit-2.1.0-1-any.pkg.tar.zst.sig --default-key sgs@pichove.org --detach-sig python-etoolkit-2.1.0-1-any.pkg.tar.zst
repo-add -s -k sgs@pichove.org sgs.db.tar.zst python-*.zst
rsync -4 -v -rlpt --stats -h --delete-after /home/sgs/development/gitprogs/configs/archlinux-builds/repo/ mb:/home/sgs/private/archrepo/
|