libguestfs/bump-and-build.sh
Richard W.M. Jones b74c394797 Fix broken import
2023-04-04 13:43:32 +01:00

11 lines
200 B
Bash
Executable File

#!/bin/sh -
set -e
rpmdev-bumpspec -c "- Bump and rebuild." libguestfs.spec
git diff ||:
echo "Press ENTER to commit, push and rebuild."
read line
rhpkg commit -m "Bump and rebuild." -p
rhpkg build