Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15419434
D14594.id35321.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
769 B
Referenced Files
None
Subscribers
None
D14594.id35321.diff
View Options
diff --git a/src/applications/config/check/PhabricatorBinariesSetupCheck.php b/src/applications/config/check/PhabricatorBinariesSetupCheck.php
--- a/src/applications/config/check/PhabricatorBinariesSetupCheck.php
+++ b/src/applications/config/check/PhabricatorBinariesSetupCheck.php
@@ -96,10 +96,11 @@
'You have at least one repository configured which uses this '.
'version control system. It will not work without the VCS binary.');
$this->raiseWarning($binary, $message);
+ continue;
}
$version = null;
- switch ($binary) {
+ switch ($vcs['versionControlSystem']) {
case PhabricatorRepositoryType::REPOSITORY_TYPE_GIT:
$minimum_version = null;
$bad_versions = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 22, 6:01 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7648467
Default Alt Text
D14594.id35321.diff (769 B)
Attached To
Mode
D14594: Don't raise setup warning for "bad version" if the binary is not there
Attached
Detach File
Event Timeline
Log In to Comment