Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14034507
D7646.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
667 B
Referenced Files
None
Subscribers
None
D7646.diff
View Options
Index: src/applications/repository/storage/PhabricatorRepository.php
===================================================================
--- src/applications/repository/storage/PhabricatorRepository.php
+++ src/applications/repository/storage/PhabricatorRepository.php
@@ -298,6 +298,9 @@
// This makes stuff print in English instead of, e.g., French, so we can
// parse the output of some commands, error messages, etc.
'LANG' => 'C',
+
+ // Propagate PHABRICATOR_ENV explicitly. For discussion, see T4155.
+ 'PHABRICATOR_ENV' => PhabricatorEnv::getSelectedEnvironmentName(),
);
switch ($this->getVersionControlSystem()) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 11, 12:41 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6731967
Default Alt Text
D7646.diff (667 B)
Attached To
Mode
D7646: Propagate PHABRICATOR_ENV into VCS commands explicitly
Attached
Detach File
Event Timeline
Log In to Comment