projg2 / smart-live-rebuild

Update live packages whose remotes have changed
BSD 2-Clause "Simplified" License
47 stars 7 forks source link

EGIT_REPO_URI to private repository: username prompt is overwritten #14

Open VTimofeenko opened 4 years ago

VTimofeenko commented 4 years ago
  1. One of the live ebuilds are pointing at a github repo marked as private
  2. smart-live-rebuild -- -a is run
  3. During the course of execution, smart-live-rebuild is asking for the username for that ebuild, however since the jobs are running in parallel, the username prompt is overwritten with output from next line:

image

The screenshot above is from zsh, but same thing happens in bash.

The problem is UI only, the username and password can be typed in and the rebuild proceeds OK.