mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
Make do-rebase re-set the url if the directory is already there.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
70dc0337f9
commit
7b06e73552
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ elif othergit remote show -n rhboot | grep -q "URL: github$" ; then
|
|||
echo "Could not add remote: rhboot" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
othergit remote set-url rhboot ${gitrepo}
|
||||
fi
|
||||
|
||||
othergit fetch rhboot
|
||||
|
|
Loading…
Reference in a new issue