Resync branches in nodejs #13320
Labels
No labels
after freeze
automation
backlog
blocked
change-ack
change-nak
change-noreleng
changes
Closed As
Can't Fix
Closed As
Duplicate
Closed As
Fixed
Closed As
Fixed with Explanation
Closed As
Get back later
Closed As
Grooming
Closed As
Insufficient data
Closed As
Invalid
Closed As
It's all good
Closed As
taiga
Closed As
upstream
day-to-day
dev
docs
easyfix
epel
f26
f27
f28
f29
f30
f31
f32
f33
f34
f35
f36
f37
f38
f39
f40
f41
f42
f43
f44
f45
fedora
groomed
high-gain
high-trouble
in-progress
in-review
investigation
legal
low-gain
low-trouble
mass rebuild
medium-gain
medium-trouble
meeting
mini-initiative
new_artifact
ops
pdc_retirement
rawhide
RCA
review
script
sidetarget
sprint-0
sprint-1
sprint-2
sprint-3
sprint-4
sprint-5
unfrozen
waiting on external
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets#13320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the issue
Hello,
would it be possible to forcefully resync f44 branch with rawhide?
Currently inside of nodejs22 there is a deviation from rawhide which creates issues and would be nice if we could resync the commits.
When do you need this? (YYYY/MM/DD)
no deadline.
When is this no longer needed or useful? (YYYY/MM/DD)
always useful.
If we cannot complete this, what is the impact? [Dependencies/Blocker]
no major impact.
Checklist
What do you mean by re-sync the branches? What is the use-case here?
We don't rewrite commit history, you can cherry-pick the commits if you like, or revert the commits, pull in the commits from rawhide branch. But not sure what you meant by re-syncing.
Hi @jnsamyak,
I meant aligning f44 branch with rawhide entirely (commits having the same hash, order, etc.), by force pushing changes from rawhide onto f44.
The use case for us would be that it would allow us to easily merge changes from rawhide to f44 as they should for the foreseeable future contain the exact same code. Currently it would be necessary to cherry-pick commits even though the code should be exactly the same.
We don't force push to change the commit history for the built RPMs. This would be something that we should take to fesco, but I think this is not something that we do, especially if we have builds associated with certain commits.
CC: @kevin
Yeah, we do not force push... it breaks everyone who has a checkout, makes it so builds are impossible to match up with what hash they were built with (because they don't exist anymore when it rewrote).
You should be able to just merge rawhide with f44 yourself... is there some reason that won't work for your needs?
@tjuhasz, any thing more we can help you with?
Please reopen this if you need anything else.