Your message dated Thu, 20 Mar 2025 19:37:27 +0100
with message-id <[email protected]>
and subject line Re: Bug#1100942: git-buildpackage: push branches before tags
has caused the Debian Bug report #1100942,
regarding git-buildpackage: push branches before tags
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1100942: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100942
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: git-buildpackage
Version: 0.9.37

Sometimes I forget to git pull before I gbp push. This is a problem if
I have tagged a release. gbp push pushes the git tags first and then
errors on pushing the branches.

I imagine if git-buildpackge could push the branches first and if the
branches fail, then it could intentionally not push the git tags.

This would make it easier to fix the situation locally without needing
to delete the erroneous git tag that has been pushed.

Thank you,
Jeremy Bícha

--- End Message ---
--- Begin Message ---
Hi,
On Thu, Mar 20, 2025 at 02:18:24PM -0400, Jeremy Bícha wrote:
> Source: git-buildpackage
> Version: 0.9.37
> 
> Sometimes I forget to git pull before I gbp push. This is a problem if
> I have tagged a release. gbp push pushes the git tags first and then
> errors on pushing the branches.
> 
> I imagine if git-buildpackge could push the branches first and if the
> branches fail, then it could intentionally not push the git tags.
> 
> This would make it easier to fix the situation locally without needing
> to delete the erroneous git tag that has been pushed.

This is already possible by setting the tag empty. See

    
https://salsa.debian.org/DebianOnMobile-team/dom-tools/-/blob/main/release-dom-component?ref_type=heads#L161

Updates to the documentation are welcome.
Cheers,
 -- Guido

> 
> Thank you,
> Jeremy Bícha
> 

--- End Message ---

Reply via email to