libguestfs/bump-and-build.sh
Petr Šabata 6b11563120 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/libguestfs#7dba19275fdb69cd8613419a0f3a71d837e84f99
2020-10-15 16:10:38 +02:00

11 lines
202 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
fedpkg commit -m "Bump and rebuild." -p
fedpkg build