tony-o / raku-fez

This project is for 'fez', raku's cool new shiny dist uploader & manager. If you're a module author you should definitely be using this sweet thang. ;;;;;;;;;;;;;; This project and the underlying infrastructure is supported out of my own pocket and through donations. If you'd like to donate please check here: https://www.patreon.com/oynot
Artistic License 2.0
20 stars 12 forks source link

fez upload hangs when tty is not open #69

Closed melezhik closed 1 year ago

melezhik commented 1 year ago

Hi @tony-o , my guess is that fez upload does not work on docker containers that started without open tty, at least on SparrowCI fez upload just hangs - please see this report - https://ci.sparrowhub.io/report/1865 Fez configuration file is successfully installed before that step ...

melezhik commented 1 year ago

look like my key is not properly installed:

worker@95dbcf0c1f2b:/var/.sparrowdo/env/fez-upload/.sparrowdo/source$ fez upload
>>= Username: ^C
worker@95dbcf0c1f2b:/var/.sparrowdo/env/fez-upload/.sparrowdo/source$ cat ~/.fez-config.json 
  {"groups":[],"un":"melezhik","key":""}

so fez upload hangs on username ...

melezhik commented 1 year ago

not a fez issue