Make do-rebase rebase from grub-2.02 not master.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2018-01-17 15:37:31 -05:00
parent 307d019554
commit 17281fd098

View File

@ -119,7 +119,7 @@ unset LC_ALL
git rm -q 0*.patch
> grub.patches
patches=$(othergit format-patch refs/remotes/rhboot/master..refs/remotes/rhboot/${releasever})
patches=$(othergit format-patch grub-2.02..refs/remotes/rhboot/${releasever})
for x in $patches ; do
echo Patch$(echo ${x} | cut -d- -f1): ${x} >> grub.patches
done
@ -130,5 +130,5 @@ git add 0*.patch grub2.spec grub.patches
if [ -z "$amend" ]; then
fedpkg commit -s -c $amend
else
git commit -m "" --amend
git commit --amend
fi