forked from Mirror/pmbootstrap
build.find_aport() -> helpers.pmaports.find()
Move find_aport() and find_aport_guess_main() from pmb/build/other.py to the new file pmb/helpers/pmaports.py. Finding aports is not only needed when building packages, hence it makes sense to move it out of pmb.build. The pmb/helpers/pmaports.py file will have more pmaports related functions in a follow up commit.
This commit is contained in:
parent
d7b888907f
commit
a44b80b31d
16 changed files with 135 additions and 101 deletions
|
@ -21,6 +21,7 @@ import os
|
|||
import re
|
||||
import pmb.chroot
|
||||
import pmb.config
|
||||
import pmb.helpers.pmaports
|
||||
import pmb.helpers.run
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue