chiark / gitweb /
Don't throw away already started base on resumed create.
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sun, 1 Mar 2009 19:55:40 +0000 (20:55 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sun, 1 Mar 2009 19:55:40 +0000 (20:55 +0100)
commit23033d034d224b3ce36f1741ea221ad3937cd8f3
treea54c377d24b589fb43a04ed36b0ae0603add18d5
parent1930aaddd2164df67e68f0b75f38e20db44d242d
Don't throw away already started base on resumed create.

The problem was that after a failure to create the patch base the
resuming tg create did reset HEAD to the next tree to merge in which is
the right thing for a pristine create.

This addresses Debian Bug #513018 and is based on a patch by the bug
reporter Gábor Braun.  A recipe triggering the bug is part of the report
that can be found at http://bugs.debian.org/513018.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
tg-create.sh