Page MenuHomePhabricator

D9328.id22224.diff
No OneTemporary

D9328.id22224.diff

diff --git a/resources/sql/patches/20131004.dxreviewers.php b/resources/sql/patches/20131004.dxreviewers.php
--- a/resources/sql/patches/20131004.dxreviewers.php
+++ b/resources/sql/patches/20131004.dxreviewers.php
@@ -32,7 +32,7 @@
if (phid_get_type($dst) == PhabricatorPHIDConstants::PHID_TYPE_UNKNOWN) {
// At least one old install ran into some issues here. Skip the row if we
// can't figure out what the destination PHID is. See here:
- // https://github.com/facebook/phabricator/pull/507
+ // https://github.com/phacility/phabricator/pull/507
continue;
}
diff --git a/scripts/install/install_rhel-derivs.sh b/scripts/install/install_rhel-derivs.sh
--- a/scripts/install/install_rhel-derivs.sh
+++ b/scripts/install/install_rhel-derivs.sh
@@ -119,21 +119,21 @@
if [[ ! -e libphutil ]]
then
- git clone git://github.com/facebook/libphutil.git
+ git clone git://github.com/phacility/libphutil.git
else
(cd libphutil && git pull --rebase)
fi
if [[ ! -e arcanist ]]
then
- git clone git://github.com/facebook/arcanist.git
+ git clone git://github.com/phacility/arcanist.git
else
(cd arcanist && git pull --rebase)
fi
if [[ ! -e phabricator ]]
then
- git clone git://github.com/facebook/phabricator.git
+ git clone git://github.com/phacility/phabricator.git
else
(cd phabricator && git pull --rebase)
fi
diff --git a/scripts/install/install_ubuntu.sh b/scripts/install/install_ubuntu.sh
--- a/scripts/install/install_ubuntu.sh
+++ b/scripts/install/install_ubuntu.sh
@@ -64,21 +64,21 @@
if [ ! -e libphutil ]
then
- git clone git://github.com/facebook/libphutil.git
+ git clone git://github.com/phacility/libphutil.git
else
(cd libphutil && git pull --rebase)
fi
if [ ! -e arcanist ]
then
- git clone git://github.com/facebook/arcanist.git
+ git clone git://github.com/phacility/arcanist.git
else
(cd arcanist && git pull --rebase)
fi
if [ ! -e phabricator ]
then
- git clone git://github.com/facebook/phabricator.git
+ git clone git://github.com/phacility/phabricator.git
else
(cd phabricator && git pull --rebase)
fi
diff --git a/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php b/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
--- a/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
+++ b/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php
@@ -384,7 +384,7 @@
// This behavior has been reverted, but users who updated between Feb 1,
// 2012 and Mar 1, 2012 will have the erroring version. Do a dumb test
// against stdout to check for this possibility.
- // See: https://github.com/facebook/phabricator/issues/101/
+ // See: https://github.com/phacility/phabricator/issues/101/
// NOTE: Mercurial has translated versions, which translate this error
// string. In a translated version, the string will be something else,
diff --git a/src/docs/user/feedback.diviner b/src/docs/user/feedback.diviner
--- a/src/docs/user/feedback.diviner
+++ b/src/docs/user/feedback.diviner
@@ -39,7 +39,7 @@
= GitHub Issues =
You can also use
-[[https://github.com/facebook/phabricator/issues/new | GitHub Issues]] if you
+[[https://github.com/phacility/phabricator/issues/new | GitHub Issues]] if you
prefer.
= IRC =
diff --git a/src/docs/user/installation_guide.diviner b/src/docs/user/installation_guide.diviner
--- a/src/docs/user/installation_guide.diviner
+++ b/src/docs/user/installation_guide.diviner
@@ -95,9 +95,9 @@
dependencies:
$ cd somewhere/ # pick some install directory
- somewhere/ $ git clone git://github.com/facebook/libphutil.git
- somewhere/ $ git clone git://github.com/facebook/arcanist.git
- somewhere/ $ git clone git://github.com/facebook/phabricator.git
+ somewhere/ $ git clone git://github.com/phacility/libphutil.git
+ somewhere/ $ git clone git://github.com/phacility/arcanist.git
+ somewhere/ $ git clone git://github.com/phacility/phabricator.git
= Installing APC (Optional) =
diff --git a/src/docs/user/userguide/arcanist.diviner b/src/docs/user/userguide/arcanist.diviner
--- a/src/docs/user/userguide/arcanist.diviner
+++ b/src/docs/user/userguide/arcanist.diviner
@@ -92,8 +92,8 @@
To install Arcanist, pick an install directory and clone the code from GitHub:
- some_install_path/ $ git clone git://github.com/facebook/libphutil.git
- some_install_path/ $ git clone git://github.com/facebook/arcanist.git
+ some_install_path/ $ git clone git://github.com/phacility/libphutil.git
+ some_install_path/ $ git clone git://github.com/phacility/arcanist.git
This should leave you with a directory structure like this
diff --git a/src/docs/user/userguide/arcanist_quick_start.diviner b/src/docs/user/userguide/arcanist_quick_start.diviner
--- a/src/docs/user/userguide/arcanist_quick_start.diviner
+++ b/src/docs/user/userguide/arcanist_quick_start.diviner
@@ -23,8 +23,8 @@
$ mkdir somewhere/
$ cd somewhere/
- somewhere/ $ git clone git://github.com/facebook/libphutil.git
- somewhere/ $ git clone git://github.com/facebook/arcanist.git
+ somewhere/ $ git clone git://github.com/phacility/libphutil.git
+ somewhere/ $ git clone git://github.com/phacility/arcanist.git
Add `arc` to your path:

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 10, 8:25 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7592428
Default Alt Text
D9328.id22224.diff (5 KB)

Event Timeline