2010-01-31 09:49:00 +00:00
|
|
|
#!/bin/sh -
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
rpmdev-bumpspec -c "- Bump and rebuild." libguestfs.spec
|
2010-08-05 17:12:01 +00:00
|
|
|
git diff ||:
|
|
|
|
echo "Press ENTER to commit, push and rebuild."
|
|
|
|
read line
|
|
|
|
fedpkg commit -m "Bump and rebuild." -p
|
|
|
|
fedpkg build
|