|
|
f95310 |
VERSION=6.1.4
|
|
|
ded9f4 |
REL=1
|
|
|
f95310 |
RAWHIDE=33
|
|
|
f95310 |
BRANCHES="f32 f31 f30"
|
|
|
ded9f4 |
|
|
|
def0a7 |
git checkout master
|
|
|
ded9f4 |
git pull
|
|
|
386c9c |
rpmdev-bumpspec -n $VERSION -c "Update Virtualbox Guest Additions to $VERSION" virtualbox-guest-additions.spec
|
|
|
ded9f4 |
spectool -g virtualbox-guest-additions.spec
|
|
|
abda82 |
fedpkg new-sources ./VirtualBox-$VERSION.tar.bz2
|
|
|
abda82 |
fedpkg srpm && copr-cli build sergiomb/vboxfor23 virtualbox-guest-additions-$VERSION-$REL.fc$RAWHIDE.src.rpm
|
|
|
abda82 |
echo Press enter to continue; read dummy;
|
|
|
abda82 |
fedpkg ci -c && git show
|
|
|
ded9f4 |
echo Press enter to continue; read dummy;
|
|
|
ded9f4 |
fedpkg push && fedpkg build --nowait
|
|
|
def0a7 |
for BRANCH in $BRANCHES ; do
|
|
|
def0a7 |
echo Press enter to build $BRANCH to continue; read dummy;
|
|
|
def0a7 |
git checkout $BRANCH && git merge master && git push && fedpkg build --nowait; git checkout master
|
|
|
def0a7 |
done
|