Blame update_vbox.sh

ded9f4
VERSION=5.2.16
ded9f4
REL=1
ded9f4
ded9f4
git pull
ded9f4
rpmdev-bumpspec -n $VERSION -c "Update Virtualbox Guest Additions to $VERSION" virtualbox-guest-additions.spec
ded9f4
spectool -g virtualbox-guest-additions.spec
ded9f4
fedpkg new-sources ./VirtualBox-$VERSION.tar.bz2
ded9f4
fedpkg ci -c && git show
ded9f4
echo Press enter to continue; read dummy;
ded9f4
fedpkg push && fedpkg build --nowait
ded9f4
echo Press enter to continue; read dummy;
ded9f4
git checkout f28 && git merge master && git push && fedpkg build --nowait; git checkout master