aboutsummaryrefslogtreecommitdiff
path: root/build-rpm.sh
blob: db2d6fb4a70511a43d13e516f5dff8aa1da45718 (plain)
1
2
3
4
5
6
#!/bin/sh
# Startdate: 2023-04-21-6 10:03
# Purpose: facilitate taking this repo and building an rpm locally because copr is messing up
# Usage: run this from the git directory
git archive stackrpms --format=tar.gz --prefix=RadicaleInfCloud-stackrpms/ > "${HOME}/rpmbuild/SOURCES/RadicaleInfCloud-stackrpms.tar.gz"
rpmbuild -ba infcloud.spec
bgstack15