diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-06-10 11:15:02 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-06-10 11:15:02 +0300 |
commit | f5d61840ae3a4f8c2765e1a67d94d9a96de71601 (patch) | |
tree | e874d0b6a3a8937bead255412ccc0da733aace2c /gitstatus/mbuild | |
parent | 4ba3c010f6fa66dcf7d785251c80c416454b6e90 (diff) | |
parent | 96f3ca173331c5dba505d2ef5106cb0d605ec3be (diff) |
Merge commit '96f3ca173331c5dba505d2ef5106cb0d605ec3be'v1.15.0
Diffstat (limited to 'gitstatus/mbuild')
-rwxr-xr-x | gitstatus/mbuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gitstatus/mbuild b/gitstatus/mbuild index 608e3aba..ab096e8b 100755 --- a/gitstatus/mbuild +++ b/gitstatus/mbuild @@ -212,10 +212,11 @@ function build-windows() { tmp='/cygdrive/c/tmp' ;| msys_nt-10.0-*) - flags+=(-s) tmp='/c/tmp' env='MSYSTEM=MSYS' - intro='pacman -Syu --noconfirm; pacman -S --needed --noconfirm git; ' + # TODO: fix this (some errors about PGP keys). + # flags+=(-s) + # intro='pacman -S --needed --noconfirm git; ' intro+='PATH="$PATH:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"' while true; do # TODO: run autorebase only when getting an error that can be fixed by autorebasing. @@ -230,6 +231,8 @@ function build-windows() { done () { while true; do + # TODO: fix this (some errors about PGP keys). + break local -i fd exec {fd}< <( ssh $1 $c/$bin/env.exe $env c:/$bin/bash.exe -l 2>&1 <<<" |