On Sun, Nov 03, 2013 at 10:07:36AM -0000, Harald Sitter wrote: > Making this non-fatal (on launchpad) would be rather helpful since as of > a couple of days ago this is blocking KDE Frameworks 5 building [1]. > Upstream is less than thrilled. > > [1] https://code.launchpad.net/~neon/kde-workspace/master > > ** Attachment added: "raw commit data of affected commit in kde-workspace" > > https://bugs.launchpad.net/ubuntu/+source/bzr-git/+bug/1084403/+attachment/3899038/+files/commit Unfortunately just ignoring these tags is not possible without fundamentally breaking various assumptions in bzr-git.
bzr-git does a lossless conversion from git to bzr, so it can later regenerate the exact same git objects. This is necessary since objects sent by the server can be sent as deltas against fulltexts that the server knows the client has. If these tags are ignored, then bzr-git will be unable to reproduce git commit objects with the exact same contents, and break. Jelmer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084403 Title: no support for gpgsig tags To manage notifications about this bug go to: https://bugs.launchpad.net/bzr-git/+bug/1084403/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
