mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
Make do-rebase rebase from grub-2.02 not master.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
307d019554
commit
17281fd098
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ unset LC_ALL
|
||||||
git rm -q 0*.patch
|
git rm -q 0*.patch
|
||||||
|
|
||||||
> grub.patches
|
> 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
|
for x in $patches ; do
|
||||||
echo Patch$(echo ${x} | cut -d- -f1): ${x} >> grub.patches
|
echo Patch$(echo ${x} | cut -d- -f1): ${x} >> grub.patches
|
||||||
done
|
done
|
||||||
|
@ -130,5 +130,5 @@ git add 0*.patch grub2.spec grub.patches
|
||||||
if [ -z "$amend" ]; then
|
if [ -z "$amend" ]; then
|
||||||
fedpkg commit -s -c $amend
|
fedpkg commit -s -c $amend
|
||||||
else
|
else
|
||||||
git commit -m "" --amend
|
git commit --amend
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue