Allow search dependencies in more than one repository and move out maintainer information from depchecker class #12524
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
release-process
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
releng/tickets!12524
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "more_than_one_repository"
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?
after merge https://pagure.io/releng/pull-request/12519 , here it will left last 2 commits , on these commits we allow multiple repos on dnf setup , also allow use metalink etc .
the commit "move out maintainer information from depchecker class" also add the ability of know the reponame of each package and make possible
move class DepcChecker and PagureInfo to different files , i.e move class DepcChecker to new file dep_checker.py and move class PagureInfo to new file pagure_info.py.
6 new commits added
move out maintainer information from depchecker classAllow search dependencies in more than one repositoryDeclare self.dep_chain at the beginning of the classReplace RAWHIDE_RELEASE by RELEASES["rawhide"]make SRPM function independent of the classSimplify the code logic7 new commits added
Move class DepcChecker and PagureInfo to new files v2Move maintainer information from depchecker classAllow search dependencies in more than one repositoryDeclare self.dep_chain at the beginning of the classReplace RAWHIDE_RELEASE by RELEASES["rawhide"]make SRPM function independent of the classSimplify the code logic7 new commits added
Move class DepcChecker and PagureInfo to new files v2Move maintainer information from depchecker classAllow search dependencies in more than one repositoryDeclare self.dep_chain at the beginning of the classReplace RAWHIDE_RELEASE by RELEASES["rawhide"]make SRPM function independent of the classSimplify the code logic8 new commits added
fixMove class DepcChecker and PagureInfo to new files v2Move maintainer information from depchecker classAllow search dependencies in more than one repositoryDeclare self.dep_chain at the beginning of the classReplace RAWHIDE_RELEASE by RELEASES["rawhide"]make SRPM function independent of the classSimplify the code logic7 new commits added
Move class DepcChecker and PagureInfo to new filesMove maintainer information from depchecker classAllow search dependencies in more than one repositoryDeclare self.dep_chain at the beginning of the classReplace RAWHIDE_RELEASE by RELEASES["rawhide"]make SRPM function independent of the classSimplify the code logicrebased onto
b658e128eb7 new commits added
Move class DepcChecker and PagureInfo to new filesMove maintainer information from depchecker classAllow search dependencies in more than one repositoryDeclare self.dep_chain at the beginning of the classReplace RAWHIDE_RELEASE by RELEASES["rawhide"]make SRPM function independent of the classSimplify the code logicrebased onto
0514c6eca4rebased onto
00c112cb103 new commits added
Move class DepcChecker and PagureInfo to new filesMove maintainer information from depchecker classAllow search dependencies in more than one repository3 new commits added
Move class DepcChecker and PagureInfo to new filesMove maintainer information from depchecker classAllow search dependencies in more than one repository3 new commits added
Move class DepcChecker and PagureInfo to new filesMove maintainer information from depchecker classAllow search dependencies in more than one repository3 new commits added
Move class DepcChecker and PagureInfo to new filesMove maintainer information from depchecker classAllow search dependencies in more than one repositoryrebased onto
a0860e3215Any updates on this? Is this pending for review? We have moved this script to a new path. If it is still required, can you rebase your pr, and we can get it in review, please?
rebased onto
896d5284b9As I stated in the main issue, without changing the main function of the script, my goal is to use the script find_unblocked_orphans.py to calculate dependencies in a wide range of cases.
For now maybe just MR a single commit "Allow search dependencies in more than one repository"
if the repo name match with RELEASES dict we may obtain the
pagure_branch of the package and this way we can move pagureInfo out
of the class
depchecker will search dependencies in all repos added
Pull request closed