fix(pkgctl clone): fix --maintainer and --universe being stuck
Loading
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
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)