Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2656780
D25047.1732662618.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25047.1732662618.diff
View Options
diff --git a/src/__phutil_library_init__.php b/src/__phutil_library_init__.php
--- a/src/__phutil_library_init__.php
+++ b/src/__phutil_library_init__.php
@@ -1,3 +1,3 @@
<?php
-phutil_register_library('phabricator', __FILE__);
+phutil_register_library('phorge', __FILE__);
diff --git a/src/applications/config/controller/PhabricatorConfigConsoleController.php b/src/applications/config/controller/PhabricatorConfigConsoleController.php
--- a/src/applications/config/controller/PhabricatorConfigConsoleController.php
+++ b/src/applications/config/controller/PhabricatorConfigConsoleController.php
@@ -138,7 +138,7 @@
private function loadVersions(PhabricatorUser $viewer) {
$specs = array(
- 'phabricator',
+ 'phorge',
'arcanist',
);
@@ -174,7 +174,14 @@
// A repository may have a bunch of remotes, but we're only going to look
// for remotes we host to try to figure out where this repository branched.
- $upstream_pattern = '(github\.com/phacility/|secure\.phabricator\.com/)';
+ $upstream_pattern =
+ '('.
+ implode('|', array(
+ 'we\.phorge\.it/',
+ 'github\.com/phacility/',
+ 'secure\.phabricator\.com/',
+ )).
+ ')';
$upstream_futures = array();
$lib_upstreams = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 23:10 (12 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
996823
Default Alt Text
D25047.1732662618.diff (1 KB)
Attached To
Mode
D25047: Rebrand: Rename library and update "version" logic
Attached
Detach File
Event Timeline
Log In to Comment