libguestfs/bump-and-build.sh

11 lines
200 B
Bash
Raw Normal View History

2023-04-04 12:43:32 +00:00
#!/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