[gnome-initial-setup] maintainer-upload-release: Force ssh to allocate tty



commit 73b30f24d1d90afab2a8cbd38de0cfa8e1725096
Author: Will Thompson <will willthompson co uk>
Date:   Fri Sep 16 12:49:42 2022 +0100

    maintainer-upload-release: Force ssh to allocate tty
    
    For reasons unknown, when I run this in a toolbox I don't get a tty. And
    because the remote script requires input, sadness ensues.
    
    Pass -t to ssh, which forces the allocation of a pseudoterminal.

 build-aux/maintainer-upload-release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/maintainer-upload-release b/build-aux/maintainer-upload-release
index 2f1eaf1e..a5ca9513 100755
--- a/build-aux/maintainer-upload-release
+++ b/build-aux/maintainer-upload-release
@@ -34,4 +34,4 @@ popd
 
 scp "$tarball_path" master.gnome.org:
 # shellcheck disable=SC2029
-ssh master.gnome.org ftpadmin install "$tarball_basename"
+ssh -t master.gnome.org ftpadmin install "$tarball_basename"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]