more 4 minor changes for orphaned-packages-process/find_unblocked_orphans.py #12519
No reviewers
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!12519
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "trivials2"
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?
last 2 are trivial
rebased onto
606438f8dcrebased onto
606438f8dcrebased onto
606438f8dcPerhaps @gotmax23 (who runs this) could take a quick look?
and/or @jnsamyak / @humaton
1 new commit added
Replace RAWHIDE_RELEASE by RELEASES["rawhide"]1 new commit added
Declare self.dep_chain at the beginning of the classrebased onto
8deb9fd249ok now we got 4 commit that can be merged , and doesn't change nothing, just allow the others patches be more small and easy to read
after this PR merged you got more 2 commits on https://pagure.io/releng/pull-request/12524 , now with some development that allow us to split the find_unblocked_orphans.py into 3 or 4 files
rebased onto
b658e128ebI think we can merge these commits , That are all tested by me . This is first 4 of 12 more or less commits .
This PR doesn't change the result, just simplified the logic and separate functions,
next batch of commits in https://pagure.io/releng/pull-request/12524 already have new features ...
4 new commits added
Declare self.dep_chain at the beginning of the classReplace RAWHIDE_RELEASE by RELEASES["rawhide"]make SRPM function independent of the classSimplify the code logicok, since no one else is answering...
Pull-Request has been merged by kevin
Apologies for missing this! Thanks for the improvements, @sergiomb, and thanks, @kevin, for reviewing. Feel free to ping me on Matrix if you need a quick review. Also, please remember to run
toxto apply formatters and linters before making changes to these files.@gotmax23 I'm against this tox rule, can we configure tox to change this rule ?
That's the way black works. If the line is more than the max line length, it gets wrapped for readability purposes.
@gotmax23 Now, we got ready more 3 commits to review and merge, on https://pagure.io/releng/pull-request/12524 , with some development that allow us to split find_unblocked_orphans.py in multiple files .