Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15398429
D17100.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
643 B
Referenced Files
None
Subscribers
None
D17100.id.diff
View Options
diff --git a/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php b/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php
--- a/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php
+++ b/src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php
@@ -272,6 +272,11 @@
$future->setTimeout($timeout);
+ // The default TERM inherited by this process is "unknown", which causes PHP
+ // to produce a warning upon startup. Override it to squash this output to
+ // STDERR.
+ $future->updateEnv('TERM', 'dumb');
+
return $future;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 12:05 AM (5 d, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224126
Default Alt Text
D17100.id.diff (643 B)
Attached To
Mode
D17100: Set `TERM` to prevent `No entry for terminal type "unknown"` messages during fetch
Attached
Detach File
Event Timeline
Log In to Comment