[Bug 1222364] Re: [edit-patch] Fails on creating new patch
Rémy MARTIN
1222364 at bugs.launchpad.net
Tue Sep 20 16:17:03 UTC 2022
I encountered the same issue and fixed it locally with a workaround
** Patch added: "Patch to workaround first creation issue"
https://bugs.launchpad.net/ubuntu/+source/devscripts/+bug/1222364/+attachment/5617458/+files/workaround-first-patch.patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to devscripts in Ubuntu.
https://bugs.launchpad.net/bugs/1222364
Title:
[edit-patch] Fails on creating new patch
Status in devscripts package in Ubuntu:
Confirmed
Bug description:
edit-patch exits when run on a source package using quilt without any
existing patches.
For example:
cd ~
bzr init-repo powernap
bzr branch ubuntu:powernap powernap.dev
cd powernap.dev
edit-patch temp
The script exits without reason.
Further examination shows that the script exits on the 'quilt top' command, which is returning a 2 error status.
The 'set -e' command at the beginning of the 'edit-patch' script is the reason the script immediately exits as well.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/devscripts/+bug/1222364/+subscriptions
More information about the foundations-bugs
mailing list