fix(pkgctl clone): fix --maintainer and --universe being stuck
The problem here is that anything that requires user input (such as a key unlock or hostkey verify) will block the terminal and wait for input which will never come. We therefore handle just the first element without parallel so these things can easily be done. Afterwards users are expected to either have setup a ssh ControlMaster or use something like a ssh agent.
fixes #148 (closed)
Signed-off-by: Christian Heusel christian@heusel.eu
Closes #148 (closed)
Merge request reports
Activity
changed milestone to %v1.0.4
added scopebug label
added 1 commit
- b8bf133b - fix(pkgctl clone): fix --maintainer and --universe being stuck
assigned to @gromit
requested review from @anthraxx
assigned to @anthraxx
added 5 commits
-
b8bf133b...54796168 - 4 commits from branch
archlinux:master
- 7fd21044 - fix(pkgctl clone): fix --maintainer and --universe being stuck
-
b8bf133b...54796168 - 4 commits from branch
added 3 commits
-
7fd21044...7e41adf0 - 2 commits from branch
archlinux:master
- cacae19e - fix(clone): ssh connection may require user input (key unlocking etc)
-
7fd21044...7e41adf0 - 2 commits from branch
added 1 commit
- f6326595 - fix(clone): ssh connection may require user input (key unlocking etc)
enabled an automatic merge when the pipeline for f6326595 succeeds