You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copying scripts one by one is not efficient and take quite some time, we could do just one guest.push instead of multiple, see tmt/steps/execute/init.py:
with script as source:
for dest in [script.path, *script.aliases]:
Additionally, we could implement --executability or --perms, --chmod rsync options instead of running chmod command.
The text was updated successfully, but these errors were encountered:
Copying scripts one by one is not efficient and take quite some time, we could do just one
guest.push
instead of multiple, see tmt/steps/execute/init.py:Additionally, we could implement
--executability
or--perms
,--chmod
rsync options instead of running chmod command.The text was updated successfully, but these errors were encountered: