mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-27 18:55:37 -04:00
exec: migrate exec.py to exec/cmd.py
This commit is contained in:
parent
72ca2258d1
commit
879fd113f0
12 changed files with 11 additions and 11 deletions
|
@ -15,7 +15,7 @@ from typing import Iterable, Iterator, Any, Optional
|
|||
from binfmt import register as binfmt_register
|
||||
from constants import REPOSITORIES, CROSSDIRECT_PKGS, QEMU_BINFMT_PKGS, GCC_HOSTSPECS, ARCHES, Arch, CHROOT_PATHS, MAKEPKG_CMD
|
||||
from config import config
|
||||
from exec import run_cmd, run_root_cmd
|
||||
from exec.cmd import run_cmd, run_root_cmd
|
||||
from chroot.build import get_build_chroot, BuildChroot
|
||||
from distro.distro import PackageInfo, get_kupfer_https, get_kupfer_local
|
||||
from ssh import run_ssh_command, scp_put_files
|
||||
|
|
|
@ -6,7 +6,7 @@ import subprocess
|
|||
from typing import Optional, Sequence
|
||||
|
||||
from config import ConfigStateHolder
|
||||
from exec import run_cmd
|
||||
from exec.cmd import run_cmd
|
||||
from constants import Arch, MAKEPKG_CMD
|
||||
from distro.package import PackageInfo
|
||||
from logger import logging, setup_logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue