Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: fbrnch push -F -r rawhide does not merge and push #66

Open
LecrisUT opened this issue Oct 10, 2024 · 0 comments
Open

Bug: fbrnch push -F -r rawhide does not merge and push #66

LecrisUT opened this issue Oct 10, 2024 · 0 comments

Comments

@LecrisUT
Copy link

I was expecting fbrnch push to behave like fbrnch parallel where it synchronizes the git branches, at least when you specify -r option, but that doesn't seem to be the case. I guess in the meantime we can chain fbrnch merge with fbrnch push, but that still didn't work for me:

$ fbrnch push -F
Branches: rawhide f41 f40 f39


== rust-tonic-build rawhide ==
Everything up-to-date

== rust-tonic-build f41 ==
28ef33f Update to version 0.12.3 (2024-10-08)
Everything up-to-date

== rust-tonic-build f40 ==
28ef33f Update to version 0.12.3 (2024-10-08)
Everything up-to-date

== rust-tonic-build f39 ==
28ef33f Update to version 0.12.3 (2024-10-08)
Everything up-to-date

$ git log
commit 28ef33ff74d11d8e17c6ced0a9b1232d4e00e582 (HEAD -> rawhide, origin/rawhide, origin/main, origin/HEAD, f41, f40, f39)
Author: Cristian Le <[email protected]>
Date:   Tue Oct 8 11:05:02 2024 +0200

    Update to version 0.12.3
    
    ... (RHBZ#2314946)
    
    Signed-off-by: Cristian Le <[email protected]>

commit e9f208647c1f50d423bcb01245fa486cd070174d (origin/f41, origin/f40, origin/f39)
Author: Cristian Le <[email protected]>
Date:   Sun Sep 15 12:04:20 2024 +0200

    import rhbz#2296541
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant