pmbootstrap/pmb/parse
Alexey Min 2b620a0fdd
pmb.sideload: support non-standard SSH port (!2046)
This can be used for example to sideload packages to
pmbootstrap's QEMU which is running on the port 2222
by default, as follows:

  pmbootstrap sideload --host localhost --port 2222 --user user <pkg>

This adds a `--port` parameter to sideload subcommand.
If not specified, port defaults to 22.
2021-04-25 21:04:49 +03:00
..
__init__.py treewide: bump copyright to 2021 2021-01-07 23:30:47 +01:00
_apkbuild.py pmb: Introduce support for "unmaintained" devices (MR 2018) 2021-02-05 00:39:16 +01:00
apkindex.py Enforce E501: Limit the line length to 79 for files in pmb/parse - part 1 (MR 2019) 2021-02-04 22:32:35 +01:00
arch.py treewide: bump copyright to 2021 2021-01-07 23:30:47 +01:00
arguments.py pmb.sideload: support non-standard SSH port (!2046) 2021-04-25 21:04:49 +03:00
binfmt_info.py Enforce E501: Limit the line length to 79 for files in pmb/parse - part 1 (MR 2019) 2021-02-04 22:32:35 +01:00
bootimg.py Enforce E501: Limit the line length to 79 for files in pmb/parse - part 2 (MR 2020) 2021-02-04 22:54:00 +01:00
cpuinfo.py treewide: bump copyright to 2021 2021-01-07 23:30:47 +01:00
depends.py Enforce E501: Limit the line length to 79 for files in pmb/parse - part 2 (MR 2020) 2021-02-04 22:54:00 +01:00
deviceinfo.py Enforce E501: Limit the line length to 79 for files in pmb/parse - part 1 (MR 2019) 2021-02-04 22:32:35 +01:00
kconfig.py Enforce E501: Limit the line length to 79 for files in pmb/parse - part 2 (MR 2020) 2021-02-04 22:54:00 +01:00
version.py treewide: bump copyright to 2021 2021-01-07 23:30:47 +01:00