Community
Participate
Working Groups
- environment variables of the server and the build model were being merged, instead of the ones from the build model replacing what's on the server - RemoteCommandLauncher wait waiting for the remote process to finish, instead of immediately returning it like it's supposed to The third problem isn't directly related to managed build, but it was going to be a pain to separate out the fix into its own patch (thanks git!), so it's being included. Basically the PTY support that I put in recently broke stderr redirection, as the native call that uses the spawner doesn't redirect output the way excec1 did. I've fixed this by doing the output merging on the client now. Patch coming shortly.
Created attachment 207945 [details] patch
Pushed to ptp_4_1, ptp_5_0, and master.