machineconfig 6.21__py3-none-any.whl → 6.22__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig/scripts/python/devops_helpers/cli_self.py +3 -4
- {machineconfig-6.21.dist-info → machineconfig-6.22.dist-info}/METADATA +1 -1
- {machineconfig-6.21.dist-info → machineconfig-6.22.dist-info}/RECORD +6 -6
- {machineconfig-6.21.dist-info → machineconfig-6.22.dist-info}/WHEEL +0 -0
- {machineconfig-6.21.dist-info → machineconfig-6.22.dist-info}/entry_points.txt +0 -0
- {machineconfig-6.21.dist-info → machineconfig-6.22.dist-info}/top_level.txt +0 -0
|
@@ -23,11 +23,10 @@ def update(copy_assets: Annotated[bool, typer.Option(..., "--copy-assets", "-c",
|
|
|
23
23
|
import platform
|
|
24
24
|
if platform.system() == "Windows":
|
|
25
25
|
from machineconfig.utils.code import run_shell_script_after_exit
|
|
26
|
-
if copy_assets:
|
|
27
|
-
code += """
|
|
28
|
-
devops self copy-assets both
|
|
29
|
-
"""
|
|
30
26
|
run_shell_script_after_exit(code)
|
|
27
|
+
from machineconfig.profile.create_helper import copy_assets_to_machine
|
|
28
|
+
copy_assets_to_machine(which="scripts")
|
|
29
|
+
copy_assets_to_machine(which="settings")
|
|
31
30
|
else:
|
|
32
31
|
from machineconfig.utils.code import run_shell_script
|
|
33
32
|
run_shell_script(code)
|
|
@@ -178,7 +178,7 @@ machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py,sha256=rjTys4F
|
|
|
178
178
|
machineconfig/scripts/python/devops_helpers/cli_data.py,sha256=kvJ7g2CccjjXIhCwdu_Vlif8JHC0qUoLjuGcTSqT-IU,514
|
|
179
179
|
machineconfig/scripts/python/devops_helpers/cli_nw.py,sha256=nI_zmcmUvijVeXIWT2dN5onoy3ou-lub1cL-SJImmDA,4125
|
|
180
180
|
machineconfig/scripts/python/devops_helpers/cli_repos.py,sha256=GEsW0ykgu8mtoiXurOSjOlbY_Xrngy_aeBq4eRZY8ts,12335
|
|
181
|
-
machineconfig/scripts/python/devops_helpers/cli_self.py,sha256=
|
|
181
|
+
machineconfig/scripts/python/devops_helpers/cli_self.py,sha256=PCTAOX5K4WBFWQ_ZRcLKyyHpsPH93Ou4RY56Cp1Xu_U,5733
|
|
182
182
|
machineconfig/scripts/python/devops_helpers/cli_share_server.py,sha256=q9pFJ6AxPuygMr3onMNOKEuuQHbVE_6Qoyo7xRT5FX0,4196
|
|
183
183
|
machineconfig/scripts/python/devops_helpers/cli_terminal.py,sha256=k_PzXaiGyE0vXr0Ii1XcJz2A7UvyPJrR31TRWt4RKRI,6019
|
|
184
184
|
machineconfig/scripts/python/devops_helpers/devops_backup_retrieve.py,sha256=nK47Rc7gQuDCnkk6_sW1y82gBnDJ9TdHU8XwMPFBK9c,5591
|
|
@@ -421,8 +421,8 @@ machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoS
|
|
|
421
421
|
machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
|
|
422
422
|
machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
|
|
423
423
|
machineconfig/utils/ssh_utils/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
424
|
-
machineconfig-6.
|
|
425
|
-
machineconfig-6.
|
|
426
|
-
machineconfig-6.
|
|
427
|
-
machineconfig-6.
|
|
428
|
-
machineconfig-6.
|
|
424
|
+
machineconfig-6.22.dist-info/METADATA,sha256=HnJRINSB6YlvkKADJB35sH3yLmc0LvKk8ZCgfbtKFGY,3012
|
|
425
|
+
machineconfig-6.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
426
|
+
machineconfig-6.22.dist-info/entry_points.txt,sha256=M0jwN_brZdXWhmNVeXLvdKxfkv8WhhXFZYcuKBA9qnk,418
|
|
427
|
+
machineconfig-6.22.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
428
|
+
machineconfig-6.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|